From a4f5c7d97fcbb97ece05cfbca38fb1963ab11377 Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Thu, 15 Dec 2016 05:50:29 +0100 Subject: Delete unneeded files - sample-qml no longer needed - widgets no longer needed - images replaced by new HMI before Signed-off-by: Bocklage, Jens --- .../Automotive/ClimateControl/ClimateControlItem.qml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml (limited to 'sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml') 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 -} -- cgit 1.2.3-korg