Small fix

This commit is contained in:
Nicolas Mailloux 2023-05-19 21:48:58 +00:00
parent f9b815f3ff
commit 08fc6ea967

View file

@ -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 {