summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/common/Progress.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/flickr/common/Progress.qml')
-rw-r--r--demos/declarative/flickr/common/Progress.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/flickr/common/Progress.qml b/demos/declarative/flickr/common/Progress.qml
index fd9be10..f4d25a4 100644
--- a/demos/declarative/flickr/common/Progress.qml
+++ b/demos/declarative/flickr/common/Progress.qml
@@ -1,7 +1,7 @@
-import Qt 4.6
+import Qt 4.7
Item {
- property var progress: 0
+ property variant progress: 0
Rectangle {
anchors.fill: parent; smooth: true