aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/templateengine.cpp
diff options
context:
space:
mode:
authorSamuel Gaist <[email protected]>2017-03-09 23:02:32 +0100
committerSamuel Gaist <[email protected]>2017-03-13 22:05:30 +0000
commit4033471aa91ac0cde52786c45c9e95b119197dfc (patch)
treecec9522efe2ca29b58842ab1b6467d9a54adb278 /src/libs/utils/templateengine.cpp
parent8e631c9b26abbb481f92a94af93ebe199700db81 (diff)
QRegExp include cleanup
This patch adds the missing include statements for QRegExp. Change-Id: Ibb03b929940adb84ae190b5090cb6b88653cc14c Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/libs/utils/templateengine.cpp')
-rw-r--r--src/libs/utils/templateengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/templateengine.cpp b/src/libs/utils/templateengine.cpp
index b76d42d6314..e78af8bc36a 100644
--- a/src/libs/utils/templateengine.cpp
+++ b/src/libs/utils/templateengine.cpp
@@ -28,6 +28,7 @@
#include "qtcassert.h"
#include <QJSEngine>
+#include <QRegExp>
#include <QStack>
namespace Utils {