aboutsummaryrefslogtreecommitdiffstats
path: root/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sample-qml/dummyimports/amb/AutomotivePropertyItem.qml')
-rw-r--r--sample-qml/dummyimports/amb/AutomotivePropertyItem.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml b/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
deleted file mode 100644
index 158ad57..0000000
--- a/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.0
-
-Item {
- property string propertyName: ""
- property real value: 1.0
- function connect() {}
-}