summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_p.h
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2014-02-25 14:53:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-26 11:00:21 +0100
commita980a15849f12b4ec5a069c90fa5c080295daa02 (patch)
treee565a8b44d1bd34f262ca11a372100c5131d6f3e /src/bluetooth/qbluetoothsocket_p.h
parentc969ca25b29ef1e1de634c60421b7f196a25b48c (diff)
QNX QBluetoothSocket state fix
Wrong socket state order fix. Due to this, the socket was not keeping remote device info. Change-Id: I860f15af9de4eb2e1238989d33bc59d62536f7aa Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_p.h')
-rw-r--r--src/bluetooth/qbluetoothsocket_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket_p.h b/src/bluetooth/qbluetoothsocket_p.h
index 95e67e51..bafbf033 100644
--- a/src/bluetooth/qbluetoothsocket_p.h
+++ b/src/bluetooth/qbluetoothsocket_p.h
@@ -87,6 +87,8 @@ class QBluetoothSocketPrivate
{
#endif
Q_DECLARE_PUBLIC(QBluetoothSocket)
+ friend class QBluetoothServerPrivate;
+
public:
QBluetoothSocketPrivate();