Set bluetooth benabled for iOS by default

This commit is contained in:
Simon Stürz 2018-07-17 18:25:22 +02:00
parent 6593312935
commit 5619b4a2a9

View File

@ -62,6 +62,7 @@ BluetoothDiscovery::BluetoothDiscovery(QObject *parent) :
// https://bugreports.qt.io/browse/QTBUG-65547
setBluetoothAvailable(true);
setBluetoothEnabled(true);
m_discoveryAgent = new QBluetoothDeviceDiscoveryAgent(this);
#endif