summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-07-15 08:59:23 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-07-15 08:59:23 (GMT)
commit6a02d9a76f9fd1998983b23993d570206e306467 (patch)
treeabad18b29becf607278c81b34ce8545e6171cf91 /demos
parent09e9472d5548b21d31c6b246babb3e8840cf45c5 (diff)
parentfa04625271c725deb669500a8196a07f0c1683b5 (diff)
downloadQt-6a02d9a76f9fd1998983b23993d570206e306467.zip
Qt-6a02d9a76f9fd1998983b23993d570206e306467.tar.gz
Qt-6a02d9a76f9fd1998983b23993d570206e306467.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/flickr/content/Star.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/flickr/content/Star.qml b/demos/declarative/flickr/content/Star.qml
index 2c2807a..0828bc0 100644
--- a/demos/declarative/flickr/content/Star.qml
+++ b/demos/declarative/flickr/content/Star.qml
@@ -3,8 +3,8 @@ Item {
width: 24
height: 24
- property string rating
- property string on
+ property int rating
+ property bool on
signal clicked