Set bluetooth benabled for iOS by default
This commit is contained in:
parent
6593312935
commit
5619b4a2a9
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user