This website works better with JavaScript.
Home
Help
Sign In
rico
/
remote_pilot_wire_mqtt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
thermostat: indentation
master
Richard Genoud
4 years ago
parent
aedcdacd47
commit
fd4198861b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
soft/thermostat/src/zoneitem.cpp
+ 2
- 1
soft/thermostat/src/zoneitem.cpp
View File
@ -53,7 +53,8 @@ void ZoneItem::mousePressEvent(QMouseEvent* event)
m_click_chrono
.
start
(
)
;
}
void
ZoneItem
:
:
mouseReleaseEvent
(
QMouseEvent
*
event
)
{
void
ZoneItem
:
:
mouseReleaseEvent
(
QMouseEvent
*
event
)
{
Q_UNUSED
(
event
)
;
if
(
m_click_chrono
.
elapsed
(
)
>
1000
)
{
Write
Preview
Loading…
Cancel
Save