From da3720879160d78c4655ab298da48d4f7f760020 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Tue, 23 Nov 2021 15:40:53 +0100 Subject: CoreBluetooth: fix warning message concatenation Otherwise word in line join without space in between. Change-Id: I558daa0a26358d435d6000f73c65fb9a0054f53e Reviewed-by: Andreas Buhr (cherry picked from commit 819629896fe080bdd79c96a5eb75eec6c368e563) Reviewed-by: Timur Pocheptsov --- src/bluetooth/qlowenergycontroller_darwin.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bluetooth/qlowenergycontroller_darwin.mm b/src/bluetooth/qlowenergycontroller_darwin.mm index efac1f1a..3835a033 100644 --- a/src/bluetooth/qlowenergycontroller_darwin.mm +++ b/src/bluetooth/qlowenergycontroller_darwin.mm @@ -169,7 +169,7 @@ void QLowEnergyControllerPrivateDarwin::init() if (qt_appNeedsBluetoothUsageDescription() && !qt_appPlistContainsDescription(bluetoothUsageKey)) { qCWarning(QT_BT_OSX) - << "The Info.plist file is required to contain" + << "The Info.plist file is required to contain " "'NSBluetoothAlwaysUsageDescription' entry"; return; } -- cgit v1.2.1