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: edit dlg: remove debug line
master
Richard Genoud
4 years ago
parent
e16b45f0b7
commit
0b3a5cfb78
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
soft/thermostat/src/edit_dlg.cpp
+ 0
- 1
soft/thermostat/src/edit_dlg.cpp
View File
@ -306,7 +306,6 @@ void EditDlg::delete_prog_clicked(void)
w
=
item
-
>
widget
(
)
;
v
=
w
-
>
property
(
"
idx
"
)
;
if
(
v
.
isValid
(
)
)
{
qDebug
(
)
<
<
"
new:
"
<
<
v
.
toInt
(
)
-
1
;
w
-
>
setProperty
(
"
idx
"
,
v
.
toInt
(
)
-
1
)
;
}
}
Write
Preview
Loading…
Cancel
Save