src: Fixed clang errors and warnings

This commit is contained in:
Eberhard Graether
2017-11-24 00:55:29 +01:00
parent 1a9d2b8eab
commit e4f30555e6
8 changed files with 74 additions and 66 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ std::string utility::executeProcess(const std::string& command, const std::strin
s_runningProcesses.erase(&process);
}
QProcess::ProcessError error = process.error();
// QProcess::ProcessError error = process.error();
std::string processoutput = process.readAll().toStdString();
process.close();
processoutput = utility::trim(processoutput);