aboutsummaryrefslogtreecommitdiffstats
path: root/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml')
-rw-r--r--sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml13
1 files changed, 0 insertions, 13 deletions
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
-}