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