https://bugs.kde.org/show_bug.cgi?id=469428

Andreas Sturmlechner <ast...@gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
                   |ork/kdeconnect-kde/commit/b |ork/kdeconnect-kde/-/commit
                   |bac0aa0852b14bc5cc9a1b8c3be |/8687f8cfdaf689aea5fb2cdb80
                   |0f55adda2428                |43c5c4d5a93658

--- Comment #3 from Andreas Sturmlechner <ast...@gentoo.org> ---
Git commit 8687f8cfdaf689aea5fb2cdb8043c5c4d5a93658 by Andreas Sturmlechner, on
behalf of Ali Abdel-Qader.
Committed on 08/06/2023 at 07:16.
Pushed by albertvaka into branch 'release/23.04'.

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!

Signed-off-by: Ali Abdel-Qader <abdelqader...@protonmail.com>
(cherry picked from commit bbac0aa0852b14bc5cc9a1b8c3be0f55adda2428)

M  +1    -1    core/backends/bluetooth/bluetoothdevicelink.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/8687f8cfdaf689aea5fb2cdb8043c5c4d5a93658

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to