forked from qt-creator/qt-creator
RemoteLinux: Use SshParameter::userAtHost()
... instead of rolling its own. Change-Id: I99cf1714e871b3af2c825d3b3f131982383a10b7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -1202,7 +1202,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
QString host() const { return m_sshParameters.host(); }
|
QString host() const { return m_sshParameters.host(); }
|
||||||
QString userAtHost() const { return m_sshParameters.userName() + '@' + m_sshParameters.host(); }
|
QString userAtHost() const { return m_sshParameters.userAtHost(); }
|
||||||
|
|
||||||
QtcProcess &process() { return m_process; }
|
QtcProcess &process() { return m_process; }
|
||||||
FileTransferDirection direction() const { return m_direction; }
|
FileTransferDirection direction() const { return m_direction; }
|
||||||
|
Reference in New Issue
Block a user