8687f8cfda
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
|
||
---|---|---|
.. | ||
bluetoothdevicelink.cpp | ||
bluetoothdevicelink.h | ||
bluetoothdownloadjob.cpp | ||
bluetoothdownloadjob.h | ||
bluetoothlinkprovider.cpp | ||
bluetoothlinkprovider.h | ||
bluetoothpairinghandler.cpp | ||
bluetoothpairinghandler.h | ||
bluetoothuploadjob.cpp | ||
bluetoothuploadjob.h | ||
CMakeLists.txt | ||
connectionmultiplexer.cpp | ||
connectionmultiplexer.h | ||
multiplexchannel.cpp | ||
multiplexchannel.h | ||
multiplexchannelstate.cpp | ||
multiplexchannelstate.h | ||
Multiplexing protocol.md |