aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@idiap.ch>2018-11-13 08:16:01 +0100
committerSamuel Gaist <samuel.gaist@idiap.ch>2018-11-17 22:06:30 +0000
commit34c246191cba32b2b3197d5b607cec3f83479b6d (patch)
tree7cf70fae4a3ec90a6db8810b5ef3e68861f8fa6f /tools
parent24dfffe33b22c07adfbc4bbaf8ca6048808cb145 (diff)
QMLCacheGen: add missing QRegExp include
Following qtbase's QRegExp include cleanup, this patch adds it here. This also follows the "include what you use" philosophy. Change-Id: I2692736e37bca304b7f95563b98c92cf01c7aedb Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlcachegen/generateloader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlcachegen/generateloader.cpp b/tools/qmlcachegen/generateloader.cpp
index 68aacf78ce..3d2f35617f 100644
--- a/tools/qmlcachegen/generateloader.cpp
+++ b/tools/qmlcachegen/generateloader.cpp
@@ -26,6 +26,7 @@
**
****************************************************************************/
#include <QByteArray>
+#include <QRegExp>
#include <QString>
#include <QStringList>
#include <QTextStream>