diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-14 05:12:01 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-14 05:21:49 (GMT) |
commit | e81bccceb3a5fb5a8e5611260b9bc3d5a305b5de (patch) | |
tree | 40d904e7c943c00ee2beffe6a20f6ceff423e4da /src | |
parent | 063a2d45de349b4bc9c7bb23197392a92159ddc9 (diff) | |
download | Qt-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')
-rw-r--r-- | src/declarative/qml/qdeclarativecontext.h | 1 |
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 |