Add sample qml application
[staging/HomeScreen.git] / sample-qml / dummyimports / amb / AutomotivePropertyItem.qml
1 import QtQuick 2.0
2
3 Item {
4    property string propertyName: ""
5    property real value: 1.0
6    function connect() {}
7 }