kdeconnect-kde/core/backends/bluetooth
Ali Abdel-Qader bbac0aa085 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>
2023-05-06 15:51:53 -04:00
..
bluetoothdevicelink.cpp Use explicit constructor for QSslCertificate with value initialized 2023-05-06 15:51:53 -04:00
bluetoothdevicelink.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothdownloadjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothdownloadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothlinkprovider.cpp Perform initialization in initialization list 2022-12-22 23:24:31 +07:00
bluetoothlinkprovider.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothpairinghandler.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothpairinghandler.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothuploadjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
bluetoothuploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
CMakeLists.txt Add connection multiplexer 2019-07-20 12:29:33 +02:00
connectionmultiplexer.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
connectionmultiplexer.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
multiplexchannel.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
multiplexchannel.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
multiplexchannelstate.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
multiplexchannelstate.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
Multiplexing protocol.md Add connection multiplexer 2019-07-20 12:29:33 +02:00