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:
hjk
2023-10-06 09:24:53 +02:00
parent 4b28fd8883
commit 2d63bdb975
6 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#include <QFutureWatcher>
#include <QPointer>
#include <QPromise>
#include <QPointer>
#include <QSet>
#include <QTimer>

View File

@@ -8,6 +8,7 @@
#include <utils/stringutils.h>
#include <QAction>
#include <QPointer>
using namespace Utils;

View File

@@ -10,6 +10,7 @@
#include <utils/qtcassert.h>
#include <QFutureWatcher>
#include <QPointer>
using namespace Utils;

View File

@@ -12,6 +12,7 @@
#include <utils/qtcassert.h>
#include <QFutureWatcher>
#include <QPointer>
#include <QTimer>
using namespace Utils;

View File

@@ -17,6 +17,7 @@
#include <QLoggingCategory>
#include <QMap>
#include <QPair>
#include <QPointer>
#include <QStringList>
#include <memory>

View File

@@ -7,6 +7,8 @@
#include "qmlprojectmanager_global.h"
#include <projectexplorer/project.h>
#include <QPointer>
namespace QmlProjectManager {
class QmlProject;