summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_osx_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-01-05 14:20:42 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-01-05 14:23:14 +0100
commit302fc3cbda9a68c8d606e31702beac75cb5021d3 (patch)
treeb88604342ecd8c4b069db7e20576f2fb061c8213 /src/bluetooth/qlowenergycontroller_osx_p.h
parenta3e2b199366c7a8f71842369cf266107a3b38490 (diff)
parenta3cf9d99b303baaca0d1b0fbaa1b1923c06d18cc (diff)
Merge remote-tracking branch 'gerrit/dev' into neard
Conflicts: src/bluetooth/qlowenergycontroller.cpp Change-Id: I28b116deb3fa87169432eb2d94b70894359a9057
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_osx_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_osx_p.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bluetooth/qlowenergycontroller_osx_p.h b/src/bluetooth/qlowenergycontroller_osx_p.h
index 58804243..190f2ac5 100644
--- a/src/bluetooth/qlowenergycontroller_osx_p.h
+++ b/src/bluetooth/qlowenergycontroller_osx_p.h
@@ -148,12 +148,6 @@ private:
QLowEnergyController *q_ptr;
QBluetoothUuid deviceUuid;
QString deviceName;
- // To be sure we set controller's state correctly
- // (Connecting or Connected) we have to know if we're
- // still inside connectToDevice - this is important,
- // if a peripheral is _already_ connected from Core Bluetooth's
- // point of view.
- bool isConnecting;
QString errorString;
QLowEnergyController::Error lastError;