SshRemoteProcessRunner: Don't buffer stdOut and stdErr

It's already being buffered inside SshRemoteProcess.

Change-Id: Iaee7e9f04f93196a1016d0e2d55a17ee88d35530
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-02-25 16:33:10 +01:00
parent 9a3431ba88
commit 1cb4017e71
2 changed files with 4 additions and 24 deletions

View File

@@ -65,8 +65,6 @@ private:
void handleDisconnected();
void handleProcessStarted();
void handleProcessFinished(const QString &error);
void handleStdout();
void handleStderr();
void runInternal(const QString &command, const QSsh::SshConnectionParameters &sshParams);
void setState(int newState);