aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/flipable/content/Card.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/flipable/content/Card.qml')
-rw-r--r--examples/quick/customitems/flipable/content/Card.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/customitems/flipable/content/Card.qml b/examples/quick/customitems/flipable/content/Card.qml
index 6006ea14fc..aad177c710 100644
--- a/examples/quick/customitems/flipable/content/Card.qml
+++ b/examples/quick/customitems/flipable/content/Card.qml
@@ -51,8 +51,8 @@ Flipable {
width: front.width; height: front.height
- front: Image { id: frontImage; smooth: true }
- back: Image { source: "back.png"; smooth: true }
+ front: Image { id: frontImage }
+ back: Image { source: "back.png" }
state: "back"