summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-02 01:37:35 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-02 01:37:35 (GMT)
commit8eed5aa528f668acfa1831432f97f7333c7d9e71 (patch)
treeba995952da3a2cf02057fffd1e401c40c350891e /demos
parent4e5086762521828e11c1e33f062b45c16cc109f8 (diff)
downloadQt-8eed5aa528f668acfa1831432f97f7333c7d9e71.zip
Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.tar.gz
Qt-8eed5aa528f668acfa1831432f97f7333c7d9e71.tar.bz2
Flickable locked property changed to interactive.
Note that the meaning of the property has been reversed.
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/contacts/contacts.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/contacts/contacts.qml b/demos/declarative/contacts/contacts.qml
index 81d8352..f009631 100644
--- a/demos/declarative/contacts/contacts.qml
+++ b/demos/declarative/contacts/contacts.qml
@@ -105,7 +105,7 @@ Rectangle {
}
PropertyChanges {
target: contactListView
- locked: 1
+ interactive: 0
}
PropertyChanges {
target: label