kdeconnect-kde/core
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
..
backends Use explicit constructor for QSslCertificate with value initialized argument 2023-06-08 09:16:06 +02:00
CMakeLists.txt Adapt build system to also support Qt 6 2022-10-29 16:51:41 +02:00
compositefiletransferjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
compositefiletransferjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
core_debug.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
core_debug.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
daemon.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
daemon.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
dbushelper.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
dbushelper.h.in Improve D-Bus implementation on macOS 2022-04-12 05:40:03 +00:00
device.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
device.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
filetransferjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
filetransferjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
kdeconnectconfig.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
kdeconnectconfig.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
kdeconnectplugin.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
kdeconnectplugin.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
kdeconnectpluginconfig.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
kdeconnectpluginconfig.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
Messages.sh Do not extract messages from the non-existent .ui and .rc files 2019-12-21 10:04:31 +02:00
networkpacket.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
networkpacket.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
networkpackettypes.h Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
notificationserverinfo.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
notificationserverinfo.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
openconfig.cpp Fix activating existing settings window on Wayland 2022-07-06 12:55:39 +00:00
openconfig.h Ensure openconfig.h is only included once 2023-02-17 07:48:45 +00:00
pluginloader.cpp Fix some Qt and KF5 deprecation warnings 2022-10-17 21:17:49 +00:00
pluginloader.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
qtcompat_p.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00