forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user