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

@@ -46,6 +46,7 @@
#include <QCoreApplication>
#include <QDir>
#include <QElapsedTimer>
#include <QRegExp>
using namespace CppTools;
using namespace CppTools::Internal;

View File

@@ -31,6 +31,7 @@
#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/editormanager/ieditor.h>
#include <QRegExp>
#include <QStringMatcher>
using namespace CppTools::Internal;

View File

@@ -28,6 +28,7 @@
#include <coreplugin/editormanager/editormanager.h>
#include <QRegExp>
#include <QStringMatcher>
#include <algorithm>