Make KSslError hold a QSslError internally
ClosedPublic

Authored by vkrause on Sep 12 2019, 10:22 PM.

Details

Summary

This implies a bit back and forth conversion for now, but it enables
migrating the code using KSslError to use QSslError instead, without
breaking API compatibility. Using QSslError gives us a greater level
of detail for the error messages, and enables deprecating KSslError.

Diff Detail

Repository
R241 KIO
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 16454
Build 16472: arc lint + arc unit
vkrause created this revision.Sep 12 2019, 10:22 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 12 2019, 10:22 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Sep 12 2019, 10:22 PM
aacid accepted this revision.Sep 12 2019, 10:36 PM
This revision is now accepted and ready to land.Sep 12 2019, 10:36 PM
This revision was automatically updated to reflect the committed changes.