aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml')
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml b/Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml
deleted file mode 100644
index 21eda2fea..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/qml/examples/reparent/rect.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 2.0
-
-Rectangle {
- anchors.centerIn: parent
- width: 50
- height: 50
- color: "red"
-}