summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinstruction_p.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-05-13 05:09:35 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-05-13 05:09:35 (GMT)
commit58ed26c320fba396c71a809ed61853683ebe696a (patch)
tree0deedcd64de2534db0ec3ee5af1342ce7494836f /src/declarative/qml/qdeclarativeinstruction_p.h
parentae8e4afcadc9ff084e1d1859c29fbc8b629e3392 (diff)
parentffdb6fcca3bf8f4cc97f8bfe09a43811c29a7dbe (diff)
downloadQt-58ed26c320fba396c71a809ed61853683ebe696a.zip
Qt-58ed26c320fba396c71a809ed61853683ebe696a.tar.gz
Qt-58ed26c320fba396c71a809ed61853683ebe696a.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative/qml/qdeclarativeinstruction_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeinstruction_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeinstruction_p.h b/src/declarative/qml/qdeclarativeinstruction_p.h
index c09b157..dc5f2f8 100644
--- a/src/declarative/qml/qdeclarativeinstruction_p.h
+++ b/src/declarative/qml/qdeclarativeinstruction_p.h
@@ -116,6 +116,7 @@ public:
StoreVariant, /* storeString */
StoreVariantInteger, /* storeInteger */
StoreVariantDouble, /* storeDouble */
+ StoreVariantBool, /* storeBool */
StoreObject, /* storeObject */
StoreVariantObject, /* storeObject */
StoreInterface, /* storeObject */