mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
qt: Fix headers
This change is preparation for Qt 6, and it fixes an experimental build with Qt 6.2.4.
This commit is contained in:
parent
e0680bbce8
commit
6f1e162fe1
3 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <validation.h>
|
||||
|
||||
#include <QAction>
|
||||
#include <QActionGroup>
|
||||
#include <QApplication>
|
||||
#include <QComboBox>
|
||||
#include <QCursor>
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
#include <QSettings>
|
||||
#include <QShortcut>
|
||||
#include <QSize>
|
||||
#include <QStandardPaths>
|
||||
#include <QString>
|
||||
#include <QTextDocument> // for Qt::mightBeRichText
|
||||
#include <QThread>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <util/strencodings.h>
|
||||
|
||||
#include <QAction>
|
||||
#include <QActionGroup>
|
||||
#include <QFileDialog>
|
||||
#include <QHBoxLayout>
|
||||
#include <QProgressDialog>
|
||||
|
|
Loading…
Add table
Reference in a new issue