forked from qt-creator/qt-creator
SSH: Make API of SshRemoteProcess more similar to the one of QProcess.
In the end, we want to derive it from QIODevice as well. Change-Id: I30e7cb23ec8e5753c363d1f4457b650556860ac2 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -146,9 +146,9 @@ private slots:
|
||||
void connected();
|
||||
void error(Utils::SshError error);
|
||||
void processStarted();
|
||||
void findPIDOutputReceived(const QByteArray &output);
|
||||
void standardOutput(const QByteArray &output);
|
||||
void standardError(const QByteArray &output);
|
||||
void findPIDOutputReceived();
|
||||
void standardOutput();
|
||||
void standardError();
|
||||
|
||||
private:
|
||||
Utils::SshConnectionParameters m_params;
|
||||
|
||||
Reference in New Issue
Block a user