diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-02 01:37:35 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-02 01:37:35 (GMT) |
commit | 8eed5aa528f668acfa1831432f97f7333c7d9e71 (patch) | |
tree | ba995952da3a2cf02057fffd1e401c40c350891e /demos | |
parent | 4e5086762521828e11c1e33f062b45c16cc109f8 (diff) | |
download | Qt-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.qml | 2 |
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 |