diff --git a/src/gui/src/CoreInterface.cpp b/src/gui/src/CoreInterface.cpp index 12703ae7..13560c1b 100644 --- a/src/gui/src/CoreInterface.cpp +++ b/src/gui/src/CoreInterface.cpp @@ -96,5 +96,4 @@ QString CoreInterface::run(const QStringList& args, const QString& input) CommandProcess commandProcess(program, args, input); return commandProcess.run(); - }