mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02: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
@ -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…
Reference in New Issue
Block a user