add new API to the helper

This commit is contained in:
arcan1s
2014-08-13 07:53:22 +04:00
parent fea0bedef0
commit 1d34a65f38
5 changed files with 26 additions and 2 deletions

View File

@ -475,7 +475,7 @@ bool Netctl::stopAllProfiles()
{
if (debug) qDebug() << PDEBUG;
return cmdCall(true, netctlCommand, QString("restart"));
return cmdCall(true, netctlCommand, QString("stop-all"));
}