summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-11-06 08:52:09 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-11-06 08:52:09 (GMT)
commitff93d358481aba86c77f12202269cda394533270 (patch)
treeb5b17311cc2e457d902ccbc29796ab281e1f980c /src/declarative/qml/qmlcontext_p.h
parent2c0aa64a1e59271c5cf212fee869070d881d3a51 (diff)
downloadQt-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.h2
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: