aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml')
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml b/Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml
deleted file mode 100644
index 54f7aa046..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import GoExtensions 1.0
-
-GoType {
- text: "Happy " + GoSingleton.event + ", Go!"
-}