summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2012-11-05 16:42:55 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-21 14:10:39 +0100
commite0411334afcabed6704516c9442f1b0d73f5474f (patch)
treeea32765441c08d3f2cfb760a879378969ad124d8 /src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h
parent7ebc7bfb800bf8d3835912a2c897db235586878e (diff)
downloadqt-creator-e0411334afcabed6704516c9442f1b0d73f5474f.tar.gz
Fix missing header for Qt4
Change-Id: I9977fc1d66d105e81e03a36aba70bf478304b68a Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h
index 46ba015847..b55a2a529f 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.h
@@ -33,6 +33,7 @@
#include <QObject>
#include <QUrl>
#include <QDeclarativePropertyMap>
+#include <QColor>
namespace QmlDesigner {