forked from qt-creator/qt-creator
AutoTest: Fix missing includes
Change-Id: Ieb34092c8c78068ae1630cfaa0f18a45f7d43c0c Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <cppeditor/cppmodelmanager.h>
|
||||
|
||||
#include <QMap>
|
||||
#include <QPromise>
|
||||
#include <QRegularExpression>
|
||||
#include <QRegularExpressionMatch>
|
||||
|
||||
|
@@ -11,6 +11,7 @@
|
||||
#include <cppeditor/projectpart.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QPromise>
|
||||
#include <QRegularExpression>
|
||||
|
||||
using namespace Utils;
|
||||
|
@@ -10,6 +10,7 @@
|
||||
#include <cppeditor/cppmodelmanager.h>
|
||||
#include <cppeditor/projectpart.h>
|
||||
|
||||
#include <QPromise>
|
||||
#include <QRegularExpression>
|
||||
#include <QRegularExpressionMatch>
|
||||
|
||||
|
@@ -10,6 +10,7 @@
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
#include <utils/algorithm.h>
|
||||
|
||||
#include <QPromise>
|
||||
#include <QRegularExpressionMatchIterator>
|
||||
|
||||
using namespace Utils;
|
||||
|
@@ -23,6 +23,8 @@
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QPromise>
|
||||
|
||||
using namespace QmlJS;
|
||||
using namespace Utils;
|
||||
|
||||
|
Reference in New Issue
Block a user