TerminalRunner: Use QtcProcess in terminal mode instead of ConsoleProcess

Change-Id: I5ddc521ed62947a6bd09eb048408fc9573069615
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-01-25 11:29:23 +01:00
parent 5e74b809cc
commit a09630d50e
4 changed files with 63 additions and 26 deletions

View File

@@ -181,6 +181,10 @@ public:
static Environment systemEnvironmentForBinary(const FilePath &filePath);
void kickoffProcess();
void interruptProcess();
qint64 applicationMainThreadID() const;
// FIXME: Cut down the following bits inherited from QProcess and QIODevice.
void setProcessChannelMode(QProcess::ProcessChannelMode mode);