Merge "Merge remote-tracking branch 'origin/4.2' into 4.3" into 4.3

This commit is contained in:
Orgad Shaneh
2017-03-14 14:42:07 +00:00
committed by The Qt Project
57 changed files with 67 additions and 4 deletions

View File

@@ -33,6 +33,7 @@
#include <QColor>
#include <QDir>
#include <QRegExp>
using namespace QmlJS;
using namespace QmlJS::AST;

View File

@@ -35,6 +35,7 @@
#include <QCryptographicHash>
#include <QDir>
#include <QFileInfo>
#include <QRegExp>
#include <algorithm>

View File

@@ -34,6 +34,7 @@
#include <utils/qtcassert.h>
#include <QList>
#include <QRegExp>
//using namespace QmlJS;

View File

@@ -29,6 +29,8 @@
#include "qmljsmodelmanagerinterface.h"
#include "parser/qmljsengine_p.h"
#include <QRegExp>
using namespace QmlJS;
/*!