prepare dataengine to release

This commit is contained in:
arcan1s
2014-08-11 20:54:35 +04:00
parent db3bfe9ad7
commit d166668feb
2 changed files with 11 additions and 27 deletions

View File

@ -29,8 +29,7 @@ TaskResult runTask(const QString cmd, const bool useSuid)
command.waitForFinished(-1);
r.exitCode = command.exitCode();
r.output = command.readAllStandardOutput();
}
else {
} else {
QProcess command;
command.start(cmd);
command.waitForFinished(-1);