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

Ali Abdel-Qader <abdelqader...@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/netw
                   |                            |ork/kdeconnect-kde/commit/b
                   |                            |bac0aa0852b14bc5cc9a1b8c3be
                   |                            |0f55adda2428

--- Comment #2 from Ali Abdel-Qader <abdelqader...@protonmail.com> ---
Git commit bbac0aa0852b14bc5cc9a1b8c3be0f55adda2428 by Ali Abdel-Qader.
Committed on 06/05/2023 at 19:51.
Pushed by albertvaka into branch 'master'.

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>

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

https://invent.kde.org/network/kdeconnect-kde/commit/bbac0aa0852b14bc5cc9a1b8c3be0f55adda2428

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

Reply via email to