summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2017-01-11 16:18:56 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-11 12:05:16 +0000
commit97a6c028a016aa8c345cbd5c6b15a90fcf6b7b5b (patch)
tree27c28ed3f5a0c3e19ea7140bfa4b53688e52a1d9
parent2554564b73a70cb34a1323430dffec17c0b9ee9f (diff)
Temperature setting is decoupled from the seat-heating buttonchinook_3.0.2chinook_3.0.1chinook/3.0.2chinook/3.0.13.0.23.0.1
SPEC-394 Change-Id: I27fc85dbe99db46556e4f0fc078417cf3a23c556 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
-rw-r--r--app/HVAC.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/HVAC.qml b/app/HVAC.qml
index 41cf7fa..0d60cbd 100644
--- a/app/HVAC.qml
+++ b/app/HVAC.qml
@@ -74,7 +74,6 @@ ApplicationWindow {
side: 'Left'
}
HeatDegree {
- enabled: leftSeat.headLevel > 0
onCurrentItemChanged: {
console.log("Left Temp changed",degree)
binding.leftTemperature = degree
@@ -127,7 +126,6 @@ ApplicationWindow {
side: 'Right'
}
HeatDegree {
- enabled: rightSeat.headLevel > 0
onCurrentItemChanged: {
console.log("Right Temp changed",degree)
binding.rightTemperature = degree