X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=sample-qml%2Fdummyimports%2Famb%2FAutomotivePropertyItem.qml;fp=sample-qml%2Fdummyimports%2Famb%2FAutomotivePropertyItem.qml;h=158ad5702b88558d2fde39511537eb8389f262e1;hb=f8ca548fa047968383e9275ead76eacce90fd0a8;hp=0000000000000000000000000000000000000000;hpb=75a4e94d7610db25c98f05cdda9491f4e7c0a4db;p=staging%2FHomeScreen.git 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() {} +}