summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks/content/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/clocks/content/Clock.qml')
-rw-r--r--examples/declarative/clocks/content/Clock.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/declarative/clocks/content/Clock.qml b/examples/declarative/clocks/content/Clock.qml
index c853174..036df46 100644
--- a/examples/declarative/clocks/content/Clock.qml
+++ b/examples/declarative/clocks/content/Clock.qml
@@ -5,10 +5,10 @@ Item {
width: 200; height: 230
property alias city: cityLabel.text
- property var hours
- property var minutes
- property var seconds
- property var shift : 0
+ property variant hours
+ property variant minutes
+ property variant seconds
+ property variant shift : 0
property bool night: false
function timeChanged() {