aboutsummaryrefslogtreecommitdiffstats
path: root/sample-qml/dummyimports/amb/AutomotivePropertyItem.qml
blob: 158ad5702b88558d2fde39511537eb8389f262e1 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Item {
   property string propertyName: ""
   property real value: 1.0
   function connect() {}
}