From 5619b4a2a944f0dd36d2d88b1e4e4cb8a17f3ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 17 Jul 2018 18:25:22 +0200 Subject: [PATCH] Set bluetooth benabled for iOS by default --- libnymea-app-core/wifisetup/bluetoothdiscovery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp b/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp index e706ea40..d7719bce 100644 --- a/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp +++ b/libnymea-app-core/wifisetup/bluetoothdiscovery.cpp @@ -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