summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbinding_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-02 03:53:11 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-02 03:53:11 (GMT)
commitc0a7cfc6d205caf93bc46693ef4aca15fbcc36f8 (patch)
tree4d5e20eda722535e8f1c51935c9b2c7a7db39e84 /src/declarative/qml/qmlbinding_p.h
parentd01db18696a7729b0d54af76f5224aed6750f3bb (diff)
downloadQt-c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8.zip
Qt-c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8.tar.gz
Qt-c0a7cfc6d205caf93bc46693ef4aca15fbcc36f8.tar.bz2
QmlContext tests
Diffstat (limited to 'src/declarative/qml/qmlbinding_p.h')
-rw-r--r--src/declarative/qml/qmlbinding_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlbinding_p.h b/src/declarative/qml/qmlbinding_p.h
index 6977e5b..e4de239 100644
--- a/src/declarative/qml/qmlbinding_p.h
+++ b/src/declarative/qml/qmlbinding_p.h
@@ -70,6 +70,7 @@ public:
QmlMetaProperty property;
+ virtual void refresh();
void removeError();
bool addError();
QmlBindingData *nextError;