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

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