mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Small fix
This commit is contained in:
parent
f9b815f3ff
commit
08fc6ea967
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ void sleepThread::start()
|
||||||
::close(fd);
|
::close(fd);
|
||||||
|
|
||||||
if(result == "start") {
|
if(result == "start") {
|
||||||
log("Emiting signal to show sleepDialog", className);
|
log("Emitting signal to show sleepDialog", className);
|
||||||
emit startDialog();
|
emit startDialog();
|
||||||
}
|
}
|
||||||
else if (result == "stop0") {
|
else if (result == "stop0") {
|
||||||
log("Emiting signal to hide sleepDialog", className);
|
log("Emitting signal to hide sleepDialog", className);
|
||||||
emit stopDialog();
|
emit stopDialog();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue