summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/content/Star.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-16 02:29:11 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-16 02:29:11 (GMT)
commit8f16f6638bf07adb6c782cb173d323402cfa1c81 (patch)
tree54d4f44f5e44310d878fe4c4614b95433617b0fd /demos/declarative/flickr/content/Star.qml
parent7f55f59687d2f21c51b1f124a4eeff62c6b374dd (diff)
parent24b0ad11174118e327a778bbdf16fa64a5eb640c (diff)
downloadQt-8f16f6638bf07adb6c782cb173d323402cfa1c81.zip
Qt-8f16f6638bf07adb6c782cb173d323402cfa1c81.tar.gz
Qt-8f16f6638bf07adb6c782cb173d323402cfa1c81.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv
Conflicts: src/declarative/fx/fx.pri
Diffstat (limited to 'demos/declarative/flickr/content/Star.qml')
-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