kdeconnect-kde/core
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
..
backends Use explicit constructor for QSslCertificate with value initialized 2023-05-06 15:51:53 -04:00
CMakeLists.txt Adapt build system to also support Qt 6 2022-10-29 16:51:41 +02:00
compositefiletransferjob.cpp Follow-up to my previous commit (fixes build) 2023-04-10 10:52:29 +02: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 Don't use KIO::AccessManager 2023-04-10 08:29:48 +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 Further KIO::AccessManager cleanup 2023-04-10 08:29:48 +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 Remove check for a legacy field 2023-03-23 17:03: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 Do not load the BigScreen plugin unless on a TV 2023-04-11 22:05:24 +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