diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-02-25 16:33:10 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-02-25 18:35:30 +0000 |
commit | 1cb4017e713a7f77aa5e56cfe18e8db005eb42c1 (patch) | |
tree | 9a9e67e67368f134e5a3b9857d036faae2ff4121 /src/libs/ssh/sshremoteprocessrunner.h | |
parent | 9a3431ba886c124c9f51e990c074cb9f4da67bdd (diff) | |
download | qt-creator-1cb4017e713a7f77aa5e56cfe18e8db005eb42c1.tar.gz |
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>
Diffstat (limited to 'src/libs/ssh/sshremoteprocessrunner.h')
-rw-r--r-- | src/libs/ssh/sshremoteprocessrunner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/ssh/sshremoteprocessrunner.h b/src/libs/ssh/sshremoteprocessrunner.h index 21c4f6b8f6..43e8bda6db 100644 --- a/src/libs/ssh/sshremoteprocessrunner.h +++ b/src/libs/ssh/sshremoteprocessrunner.h @@ -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); |