This change removes the build and runtime requirement for KDELibs4Support from the SFTP ioslave.
Details
Details
- Reviewers
dfaure - Group Reviewers
Plasma - Commits
- R320:11df45b3d216: SFTP ioslave: Port away from KDELibs4Support
Built kio-extras with this change, checked correct operation of ioslave and access to remote hosts via SFTP.
Diff Detail
Diff Detail
- Repository
- R320 KIO Extras
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
sftp/kio_sftp.cpp | ||
---|---|---|
836 | This should store the return value from openPasswordDialogV2 and use it in the error call 3 lines below, that's the whole point of the port to V2. Same for the calls above, if possible (the patch doesn't show what the error handling is). |
Comment Actions
There seems to be only one place where the result from the openPasswordDialog is actually propagated to the outside. I've changed this one; the point of changing the others was to port away from the old deprecated function.