forked from qt-creator/qt-creator
SSH: Implement remote shell support.
Change-Id: Ifcddd930bbf027f4828f8ba01544aca5dea1eeed Reviewed-on: http://codereview.qt.nokia.com/2220 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -112,6 +112,9 @@ signals:
|
||||
private:
|
||||
SshRemoteProcess(const QByteArray &command, quint32 channelId,
|
||||
Internal::SshSendFacility &sendFacility);
|
||||
SshRemoteProcess(quint32 channelId, Internal::SshSendFacility &sendFacility);
|
||||
|
||||
void init();
|
||||
|
||||
Internal::SshRemoteProcessPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user