Remove the timeout for pre/post commands. Fixes #107

This commit is contained in:
Jan Dalheimer
2014-03-15 09:02:56 +01:00
parent de2eb3fc54
commit a74f3b553a
2 changed files with 34 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ protected:
bool preLaunch();
bool postLaunch();
bool waitForPrePost();
QMap<QString, QString> getVariables() const;
QString substituteVariables(const QString &cmd) const;