forked from qt-creator/qt-creator
Compile with recent Qt6
Some implicit #include <QPointer> apparently vanished in qtbase with a0d931e4822. Change-Id: I5e6c821fb0a8997c1b5767aeb7bd4007df7d501f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <QFutureWatcher>
|
||||
#include <QPointer>
|
||||
#include <QPromise>
|
||||
#include <QPointer>
|
||||
#include <QSet>
|
||||
#include <QTimer>
|
||||
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#include <utils/stringutils.h>
|
||||
|
||||
#include <QAction>
|
||||
#include <QPointer>
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
|
@@ -10,6 +10,7 @@
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QFutureWatcher>
|
||||
#include <QPointer>
|
||||
|
||||
using namespace Utils;
|
||||
|
||||
|
@@ -12,6 +12,7 @@
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QFutureWatcher>
|
||||
#include <QPointer>
|
||||
#include <QTimer>
|
||||
|
||||
using namespace Utils;
|
||||
|
@@ -17,6 +17,7 @@
|
||||
#include <QLoggingCategory>
|
||||
#include <QMap>
|
||||
#include <QPair>
|
||||
#include <QPointer>
|
||||
#include <QStringList>
|
||||
|
||||
#include <memory>
|
||||
|
@@ -7,6 +7,8 @@
|
||||
#include "qmlprojectmanager_global.h"
|
||||
#include <projectexplorer/project.h>
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
namespace QmlProjectManager {
|
||||
|
||||
class QmlProject;
|
||||
|
Reference in New Issue
Block a user