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:
Samuel Gaist
2017-03-09 23:02:32 +01:00
parent 8e631c9b26
commit 4033471aa9
62 changed files with 74 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
#include <QDebug>
#include <QDir>
#include <QImageReader>
#include <QRegExp>
namespace QmlProjectManager {

View File

@@ -28,6 +28,7 @@
#include "qmlprojectitem.h"
#include <QObject>
#include <QRegExp>
#include <QSet>
#include <QTimer>

View File

@@ -44,6 +44,7 @@
#include <qtsupport/qtsupportconstants.h>
#include <QDebug>
#include <QRegExp>
using namespace Core;
using namespace ProjectExplorer;