diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-09-02 03:27:41 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-09-02 03:27:41 (GMT) |
commit | 18c9c9f52d658c0d6086af5823e99a4779d2cd90 (patch) | |
tree | 6c307b3f494e19033b4bb7403f14aa807a9de782 /demos | |
parent | c67b9e5e9925d422dca0c5243f91c3e08fe90304 (diff) | |
parent | 9c831fc9a405dcfefbbf4bad09a8f95bd682c0eb (diff) | |
download | Qt-18c9c9f52d658c0d6086af5823e99a4779d2cd90.zip Qt-18c9c9f52d658c0d6086af5823e99a4779d2cd90.tar.gz Qt-18c9c9f52d658c0d6086af5823e99a4779d2cd90.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
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 |