X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample-qml%2Fdummyimports%2FAutomotive%2FClimateControl%2FClimateControlItem.qml;fp=sample-qml%2Fdummyimports%2FAutomotive%2FClimateControl%2FClimateControlItem.qml;h=0000000000000000000000000000000000000000;hb=a4f5c7d97fcbb97ece05cfbca38fb1963ab11377;hp=2688db623fa5f0763d1553190c1f405a9348e099;hpb=f775180abd5e6adb58763bec74aa250bf4657341;p=staging%2FHomeScreen.git diff --git a/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml b/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml deleted file mode 100644 index 2688db6..0000000 --- a/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml +++ /dev/null @@ -1,13 +0,0 @@ -import QtQuick 2.0 - -QtObject { - property int zone: 0 - property int fanSpeedLevel: 0 - property int targetTemperature: 0 - property bool airConditioning: false - property bool heater: false - property int seatHeater: 0 - property int seatCooler: 0 - property bool airCirculation: false - property int steeringWheelHeater: 0 -}