Make QSslError::SslError <-> KSslError::Error conversion reusable
ClosedPublic

Authored by vkrause on Sep 29 2019, 9:06 AM.

Details

Summary

This will allow a step by step migration of the certificate manager and
kssld code to QSslError.

The conversion is lossy (QSslError can represent more details than
KSslError), but as long as the input is still a KSslError that is not
a problem.

Diff Detail

Repository
R241 KIO
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Sep 29 2019, 9:06 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 29 2019, 9:06 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Sep 29 2019, 9:06 AM
aacid accepted this revision.Sep 29 2019, 9:43 AM
This revision is now accepted and ready to land.Sep 29 2019, 9:43 AM
This revision was automatically updated to reflect the committed changes.