diff options
author | Jarek Kobus <[email protected]> | 2022-05-06 02:26:52 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2022-05-09 07:42:13 +0000 |
commit | 2856091c757c61aeff1ec6e3981d4ed9c8b0a6b6 (patch) | |
tree | 7249ac4733dd53db0d8707859eec23cff5d1c839 /src/libs/ssh/ssh.qbs | |
parent | d8ee25ec3db039368ac0440af647fd7afd80079b (diff) |
Get rid of SshRemoteProcess
It's being replaced by QtcProcess with path on device.
Change-Id: I29eb038d1b17151683f86855eb547e47f7f7dea5
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/ssh/ssh.qbs')
-rw-r--r-- | src/libs/ssh/ssh.qbs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/ssh/ssh.qbs b/src/libs/ssh/ssh.qbs index b853cc8b660..9f7c880b953 100644 --- a/src/libs/ssh/ssh.qbs +++ b/src/libs/ssh/ssh.qbs @@ -31,8 +31,6 @@ Project { "sshkeycreationdialog.ui", "sshlogging.cpp", "sshlogging_p.h", - "sshremoteprocess.cpp", - "sshremoteprocess.h", "sshsettings.cpp", "sshsettings.h", ] |