summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-07-20 12:15:55 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-07-25 11:16:21 +0000
commit4aa30934473380793fb7bce38c9c8f6f235c9e4a (patch)
tree3b9a29050db1fcb24a2620b1287334f03acbf1f8 /src/bluetooth/qbluetoothsocket.h
parent40beb226dfe8c23f290d554d5449806e91227f7e (diff)
Add QBluetoothSocketPrivate interface for WinRT
Task-number: QTBUG-68550 Change-Id: I14fe43fcbbbdd6950f05feda900643f6899daa24 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket.h')
-rw-r--r--src/bluetooth/qbluetoothsocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket.h b/src/bluetooth/qbluetoothsocket.h
index fc36b9ca..7f77d2a8 100644
--- a/src/bluetooth/qbluetoothsocket.h
+++ b/src/bluetooth/qbluetoothsocket.h
@@ -74,6 +74,7 @@ class Q_BLUETOOTH_EXPORT QBluetoothSocket : public QIODevice
friend class QBluetoothSocketPrivateAndroid;
friend class QBluetoothSocketPrivateBluez;
friend class QBluetoothSocketPrivateBluezDBus;
+ friend class QBluetoothSocketPrivateWinRT;
public: