forked from qt-creator/qt-creator
overhaul process argument handling
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
ConsoleProcess(QObject *parent = 0);
|
||||
~ConsoleProcess();
|
||||
|
||||
bool start(const QString &program, const QStringList &args);
|
||||
bool start(const QString &program, const QString &args);
|
||||
void stop();
|
||||
|
||||
void setMode(Mode m);
|
||||
|
||||
Reference in New Issue
Block a user