fix some compiler warnings

This commit is contained in:
uvos 2022-04-15 13:43:32 +02:00
parent fa45072998
commit 03c2be7977
6 changed files with 10 additions and 14 deletions

View file

@ -24,7 +24,7 @@ void PowerItem::setValue(uint8_t value)
void PowerItem::timeout()
{
qDebug()<<"shutdown timeout";
QProcess::startDetached("syncoff");
QProcess::startDetached("syncoff", QStringList());
}
void PowerItem::store(QJsonObject& json)