summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-14 05:12:01 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-04-14 05:21:49 (GMT)
commite81bccceb3a5fb5a8e5611260b9bc3d5a305b5de (patch)
tree40d904e7c943c00ee2beffe6a20f6ceff423e4da /src/declarative/qml
parent063a2d45de349b4bc9c7bb23197392a92159ddc9 (diff)
downloadQt-e81bccceb3a5fb5a8e5611260b9bc3d5a305b5de.zip
Qt-e81bccceb3a5fb5a8e5611260b9bc3d5a305b5de.tar.gz
Qt-e81bccceb3a5fb5a8e5611260b9bc3d5a305b5de.tar.bz2
Include qvariant.h as a convenience as context properties
are commonly set and accessed
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qdeclarativecontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativecontext.h b/src/declarative/qml/qdeclarativecontext.h
index a349628..11b4771 100644
--- a/src/declarative/qml/qdeclarativecontext.h
+++ b/src/declarative/qml/qdeclarativecontext.h
@@ -46,6 +46,7 @@
#include <QtCore/qobject.h>
#include <QtScript/qscriptvalue.h>
#include <QtCore/qmetatype.h>
+#include <QtCore/qvariant.h>
QT_BEGIN_HEADER