kdeconnect-kde/core/backends
Ali Abdel-Qader 8687f8cfda
Use explicit constructor for QSslCertificate with value initialized argument
Previously the BluetoothDeviceLink::certificate() method was returning a
value initialized object which I believe default initializes the object.
However, Clang throws a build error at this because QSslCertificate has
explicit constructors. This change uses one of those constructors and
uses value intialization to default construct/initialize the argument
for it. It fixes the build and hopefully doesn't break anything since
this is a TODO anyways!

BUG: 469428

Signed-off-by: Ali Abdel-Qader <abdelqaderali@protonmail.com>
(cherry picked from commit bbac0aa085)
2023-06-08 09:16:06 +02:00
..
bluetooth Use explicit constructor for QSslCertificate with value initialized argument 2023-06-08 09:16:06 +02:00
lan Remove specific list of ciphers 2023-03-05 14:25:05 +00:00
loopback Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
devicelinereader.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
devicelinereader.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
devicelink.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
devicelink.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
linkprovider.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
linkprovider.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
pairinghandler.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
pairinghandler.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00