aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2019-09-01 17:39:49 +0200
committerTim Jenssen <tim.jenssen@qt.io>2019-09-01 15:41:11 +0000
commitfa5af00db6056985d7f6ec27f4be2e4291508f41 (patch)
tree6a145433d11509ff18ed4a901e10d7db0141e017
parent90816d78971e05c69bf4363598bc40ea9dec24b8 (diff)
QmlDesigner: add missing QColor include
Change-Id: Icb8ad0c5e3dd0873ec7c1dea5bb622314e43479c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/simplecolorpalettemodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/simplecolorpalettemodel.cpp b/src/plugins/qmldesigner/components/propertyeditor/simplecolorpalettemodel.cpp
index a67a2fc91f..a3bd38e514 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/simplecolorpalettemodel.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/simplecolorpalettemodel.cpp
@@ -37,6 +37,7 @@
#include <QDebug>
#include <QSettings>
#include <QTimer>
+#include <QColor>
namespace QmlDesigner {