summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks/clocks.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/clocks/clocks.qml')
-rw-r--r--examples/declarative/clocks/clocks.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/clocks/clocks.qml b/examples/declarative/clocks/clocks.qml
index 3235153..624748a 100644
--- a/examples/declarative/clocks/clocks.qml
+++ b/examples/declarative/clocks/clocks.qml
@@ -9,7 +9,7 @@ Rectangle {
Grid {
columns: 3
Clock { city: "New York"; shift: -4 }
- Clock { city: "London" }
- Clock { city: "Brisbane"; shift: 10 }
+ Clock { city: "Mumbai"; shift: 5.5 }
+ Clock { city: "Tokyo"; shift: 9 }
}
}