diff options
Diffstat (limited to 'tests/manual/ssh/remoteprocess/remoteprocesstest.h')
-rw-r--r-- | tests/manual/ssh/remoteprocess/remoteprocesstest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/ssh/remoteprocess/remoteprocesstest.h b/tests/manual/ssh/remoteprocess/remoteprocesstest.h index a2d21e3e05..71fef7f712 100644 --- a/tests/manual/ssh/remoteprocess/remoteprocesstest.h +++ b/tests/manual/ssh/remoteprocess/remoteprocesstest.h @@ -71,10 +71,10 @@ private: const QSsh::SshConnectionParameters m_sshParams; QTimer * const m_timeoutTimer; QTextStream *m_textStream; + QSsh::SshConnection *m_sshConnection; QSsh::SshRemoteProcessRunner * const m_remoteRunner; QSsh::SshRemoteProcess::Ptr m_catProcess; QSsh::SshRemoteProcess::Ptr m_echoProcess; - QSsh::SshConnection *m_sshConnection; QByteArray m_remoteStdout; QByteArray m_remoteStderr; QByteArray m_remoteData; |