forked from qt-creator/qt-creator
QRegExp include cleanup
This patch adds the missing include statements for QRegExp. Change-Id: Ibb03b929940adb84ae190b5090cb6b88653cc14c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#include <QColor>
|
||||
#include <QDir>
|
||||
#include <QRegExp>
|
||||
|
||||
using namespace QmlJS;
|
||||
using namespace QmlJS::AST;
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <QCryptographicHash>
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QRegExp>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QList>
|
||||
#include <QRegExp>
|
||||
|
||||
//using namespace QmlJS;
|
||||
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
#include "qmljsmodelmanagerinterface.h"
|
||||
#include "parser/qmljsengine_p.h"
|
||||
|
||||
#include <QRegExp>
|
||||
|
||||
using namespace QmlJS;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user