diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-11 03:21:38 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-11 03:21:38 (GMT) |
commit | eaee439e28149f1bee141c24b73f3ac58178fcf2 (patch) | |
tree | 0a0eb84d6916b41a7e43caba7f280862ec1c789c /src/declarative/qml/qmlcontext_p.h | |
parent | 865c022c2df25496055de897f37f8206cb4fc730 (diff) | |
parent | 5683a1b9dc6ce944ea250f05f92ccdec4c217410 (diff) | |
download | Qt-eaee439e28149f1bee141c24b73f3ac58178fcf2.zip Qt-eaee439e28149f1bee141c24b73f3ac58178fcf2.tar.gz Qt-eaee439e28149f1bee141c24b73f3ac58178fcf2.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index 97a816c..f527bb8 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE class QmlContext; +class QmlExpression; class QmlEngine; class QmlExpression; class QmlCompiledComponent; |