aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/clocks/content/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/clocks/content/Clock.qml')
-rw-r--r--examples/demos/clocks/content/Clock.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/demos/clocks/content/Clock.qml b/examples/demos/clocks/content/Clock.qml
index 7f0e8cba83..9c539637a5 100644
--- a/examples/demos/clocks/content/Clock.qml
+++ b/examples/demos/clocks/content/Clock.qml
@@ -88,7 +88,6 @@ Item {
Image {
x: 92.5; y: 27
source: "hour.png"
- smooth: true
transform: Rotation {
id: hourRotation
origin.x: 7.5; origin.y: 73;
@@ -102,7 +101,6 @@ Item {
Image {
x: 93.5; y: 17
source: "minute.png"
- smooth: true
transform: Rotation {
id: minuteRotation
origin.x: 6.5; origin.y: 83;
@@ -116,7 +114,6 @@ Item {
Image {
x: 97.5; y: 20
source: "second.png"
- smooth: true
transform: Rotation {
id: secondRotation
origin.x: 2.5; origin.y: 80;