diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-02 03:53:11 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-02 03:53:11 (GMT) |
commit | c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8 (patch) | |
tree | 4d5e20eda722535e8f1c51935c9b2c7a7db39e84 /src/declarative/qml/qmlcontext_p.h | |
parent | d01db18696a7729b0d54af76f5224aed6750f3bb (diff) | |
download | Qt-c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8.zip Qt-c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8.tar.gz Qt-c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8.tar.bz2 |
QmlContext tests
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 286b882..cc8fcc6 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -105,6 +105,7 @@ public: void dump(int depth); void invalidateEngines(); + void refreshExpressions(); QSet<QmlContext *> childContexts; QmlAbstractExpression *expressions; |