fix some compiler warnings
This commit is contained in:
parent
fa45072998
commit
03c2be7977
6 changed files with 10 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue