forked from qt-creator/qt-creator
Utils: Fix compile with Qt5.14
Amends 8bd1969e7f
.
Change-Id: Ieff4e0ef4e35bf2983253b95d6b1d52835a7dfee
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <utils/theme/theme.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QDialog>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QHash>
|
||||
|
@@ -31,6 +31,7 @@
|
||||
#include <utils/textfileformat.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
#include <QString>
|
||||
|
||||
|
@@ -34,12 +34,12 @@
|
||||
#include <QVariant>
|
||||
#include <QStandardItem>
|
||||
#include <QDir>
|
||||
#include <QTextStream>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStandardItemModel;
|
||||
class QItemSelectionModel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
@@ -34,6 +34,7 @@
|
||||
#include <utils/wizard.h>
|
||||
#include <utils/macroexpander.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QVariant>
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
Reference in New Issue
Block a user