aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/flipable/flipable.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/ui-components/flipable/flipable.qml')
-rw-r--r--examples/declarative/ui-components/flipable/flipable.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/ui-components/flipable/flipable.qml b/examples/declarative/ui-components/flipable/flipable.qml
index 6d0235ecb4..3b23aa0d69 100644
--- a/examples/declarative/ui-components/flipable/flipable.qml
+++ b/examples/declarative/ui-components/flipable/flipable.qml
@@ -49,7 +49,7 @@ Rectangle {
Row {
anchors.centerIn: parent; spacing: 30
- Card { image: "content/9_club.png"; angle: 180; yAxis: 1 }
- Card { image: "content/5_heart.png"; angle: 540; xAxis: 1 }
+ Card { source: "content/9_club.png"; angle: 180; yAxis: 1 }
+ Card { source: "content/5_heart.png"; angle: 540; xAxis: 1 }
}
}