Page MenuHomePhabricator

[backport] qt: Replace obsolete functions of QSslSocket #16708
ClosedPublic

Authored by majcosta on Feb 29 2020, 15:08.

Details

Summary

2e1455c4a100170c322165af3ecbbcd3004b2f9d Replace obsolete functions of QSslSocket (Hennadii Stepanov)

Pull request description:

The [QSslSocket::setDefaultCaCertificates()](https://doc.qt.io/qt-5/qsslsocket-obsolete.html#setDefaultCaCertificates) and [QSslSocket::systemCaCertificates()](https://doc.qt.io/qt-5/qsslsocket-obsolete.html#systemCaCertificates) member functions are obsolete since Qt 5.12.

This PR replaces them, does not change behavior and keeps compatibility with Qt 5.5.1.


This is a backport of Core PR16708

Test Plan
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Feb 29 2020, 15:08

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Feb 29 2020, 16:01