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, 7 insertions, 0 deletions
diff --git a/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml b/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
new file mode 100644
index 0000000..158ad57
--- /dev/null
+++ b/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.0
+
+Item {
+ property string propertyName: ""
+ property real value: 1.0
+ function connect() {}
+}