summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-23 01:25:23 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-23 01:25:23 (GMT)
commit1206562c6be4098de8a9fdda5c7ff5c8fdd6bc01 (patch)
tree4805291611955bf1e18c36c028bf6b32061a4129 /src/declarative/qml/qmlmetaproperty.h
parent30379e098ef31a8a1f670bdeab212ed419e80b5b (diff)
downloadQt-1206562c6be4098de8a9fdda5c7ff5c8fdd6bc01.zip
Qt-1206562c6be4098de8a9fdda5c7ff5c8fdd6bc01.tar.gz
Qt-1206562c6be4098de8a9fdda5c7ff5c8fdd6bc01.tar.bz2
Use a bitmask to track bound properties
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.h')
-rw-r--r--src/declarative/qml/qmlmetaproperty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.h b/src/declarative/qml/qmlmetaproperty.h
index 62e93c4..8c34ece 100644
--- a/src/declarative/qml/qmlmetaproperty.h
+++ b/src/declarative/qml/qmlmetaproperty.h
@@ -88,6 +88,8 @@ public:
QVariant read() const;
void write(const QVariant &) const;
+ enum WriteSource { Animation, Binding, Other };
+ void write(const QVariant &, WriteSource) const;
bool hasChangedNotifier() const;
bool needsChangedNotifier() const;