summaryrefslogtreecommitdiff
path: root/src/libs/utils/ssh/sshremoteprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/ssh/sshremoteprocess.h')
-rw-r--r--src/libs/utils/ssh/sshremoteprocess.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/utils/ssh/sshremoteprocess.h b/src/libs/utils/ssh/sshremoteprocess.h
index fcd3f0edd5..d696228b01 100644
--- a/src/libs/utils/ssh/sshremoteprocess.h
+++ b/src/libs/utils/ssh/sshremoteprocess.h
@@ -85,6 +85,9 @@ public:
void close();
bool isSequential() const { return true; }
+ QProcess::ProcessChannel readChannel() const;
+ void setReadChannel(QProcess::ProcessChannel channel);
+
/*
* Note that this is of limited value in practice, because servers are
* usually configured to ignore such requests for security reasons.
@@ -127,6 +130,7 @@ private:
qint64 writeData(const char *data, qint64 len);
void init();
+ QByteArray readAllFromChannel(QProcess::ProcessChannel channel);
Internal::SshRemoteProcessPrivate *d;
};