RemoteLinux: Use an SshProcess for rsync

Otherwise, if connection sharing is disabled and public key
authentication fails, the askpass tool is not invoked.

Change-Id: Iea8316675b8f270c924f822f340f6282b21450d5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2018-12-19 17:28:59 +01:00
parent 97d3858720
commit a0a97c2edc
10 changed files with 14 additions and 16 deletions

View File

@@ -23,7 +23,7 @@
**
****************************************************************************/
#include "sshprocess_p.h"
#include "sshprocess.h"
#include "sshsettings.h"
@@ -35,7 +35,6 @@
#endif
namespace QSsh {
namespace Internal {
SshProcess::SshProcess()
{
@@ -70,5 +69,4 @@ void SshProcess::setupChildProcess()
#endif
}
} // namespace Internal
} // namespace QSsh