diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-11-06 08:52:09 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-11-06 08:52:09 (GMT) |
commit | ff93d358481aba86c77f12202269cda394533270 (patch) | |
tree | b5b17311cc2e457d902ccbc29796ab281e1f980c /src/declarative/qml/qmlcontext_p.h | |
parent | 2c0aa64a1e59271c5cf212fee869070d881d3a51 (diff) | |
download | Qt-ff93d358481aba86c77f12202269cda394533270.zip Qt-ff93d358481aba86c77f12202269cda394533270.tar.gz Qt-ff93d358481aba86c77f12202269cda394533270.tar.bz2 |
Export symbols for class QmlContextPrivate
Bauhaus needs a way to e.g. change the context hierarchy, and
force the reevaluation of bindings. This cannot be done (right now)
through the public QmlContext API.
Reviewed-by: akennedy
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index 7f9be0f..22d981f 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -74,7 +74,7 @@ class QmlExpressionPrivate; class QmlAbstractExpression; class QmlBinding_Id; -class QmlContextPrivate : public QObjectPrivate +class Q_DECLARATIVE_EXPORT QmlContextPrivate : public QObjectPrivate { Q_DECLARE_PUBLIC(QmlContext) public: |