summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceinfo_p.h
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2013-11-17 13:34:37 +0100
committerNedim Hadzic <nhadzic@blackberry.com>2013-11-20 18:03:53 +0100
commit60d9a890ad1b7238dd5713ad32be6e3423945728 (patch)
tree63d2dcb032d5f4a14cf12f04be753c1f81bccd44 /src/bluetooth/qlowenergyserviceinfo_p.h
parent658183e0b1b27b3c935a9a19f21de0e3e677a70b (diff)
QNX complie error solved.
Random address variable moved from Bluez to both platforms. Added friend class in QLowEnergyCharacteristicInfo. This was done because on QNX platform it was unable to compile. Change-Id: I3fc90a05fe8fb6ee2337bd8fab0e1aa2249cd001 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qlowenergyserviceinfo_p.h')
-rw-r--r--src/bluetooth/qlowenergyserviceinfo_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergyserviceinfo_p.h b/src/bluetooth/qlowenergyserviceinfo_p.h
index e91a78bb..bdda1598 100644
--- a/src/bluetooth/qlowenergyserviceinfo_p.h
+++ b/src/bluetooth/qlowenergyserviceinfo_p.h
@@ -82,12 +82,12 @@ public:
bool connected;
QBluetoothDeviceInfo deviceInfo;
QString errorString;
+ bool randomAddress;
#ifdef QT_BLUEZ_BLUETOOTH
QString startingHandle;
QString endingHandle;
QString path;
QBluetoothAddress adapterAddress;
- bool randomAddress;
void connectToTerminal();
void setHandles();
void setCharacteristics();