summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-19 23:07:07 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-26 21:37:53 +0000
commit695460401d9a89d2f156016d51601b2e59b64105 (patch)
tree6665db494becb3197037179401d1c8dfec0e4fa4 /src/imports
parenta0783470449a911fce09d6328abfcff17973d421 (diff)
QRegExp include cleanup
This patch adds missing include statement where the QRegExp class is used. Change-Id: I059825d8d3a9b97775d88f429d7e45564c0b44f1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/shaders/shadereffectitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/shaders/shadereffectitem.cpp b/src/imports/shaders/shadereffectitem.cpp
index f5ef2e5e..9e7ac74c 100644
--- a/src/imports/shaders/shadereffectitem.cpp
+++ b/src/imports/shaders/shadereffectitem.cpp
@@ -39,6 +39,7 @@
#include <QGLFramebufferObject>
#include <QGraphicsView>
#include <QPainter>
+#include <QRegExp>
static const char qt_default_vertex_code[] =
"uniform highp mat4 qt_ModelViewProjectionMatrix;\n"