summaryrefslogtreecommitdiffstats
path: root/examples/declarative/flipable/flipable-example.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/flipable/flipable-example.qml')
-rw-r--r--examples/declarative/flipable/flipable-example.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/declarative/flipable/flipable-example.qml b/examples/declarative/flipable/flipable-example.qml
deleted file mode 100644
index 4e09569ea1..0000000000
--- a/examples/declarative/flipable/flipable-example.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-import Qt 4.7
-import "content"
-
-Rectangle {
- id: window
-
- width: 480; height: 320
- color: "darkgreen"
-
- 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 }
- }
-}