summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2018-12-03 14:27:28 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2018-12-03 13:10:03 +0000
commita88d0ea41e5aab406e9d465a5165fc16fb9ca9fb (patch)
tree21da9a28178a8ee7e912b9744beda3d30e8fbaee /src/bluetooth
parent60863d840e5ed256bafddc2c98067dd28166df07 (diff)
Fix compilation with gcc 4.8
GCC 4.8 doesn't like duplicate friend declarations. Change-Id: I2ec48ca7415b9fd7fe1c24f390519833b7d1f0aa Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/bluetooth')
-rw-r--r--src/bluetooth/qbluetoothsocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothsocket.h b/src/bluetooth/qbluetoothsocket.h
index cf76e8b8..d2535544 100644
--- a/src/bluetooth/qbluetoothsocket.h
+++ b/src/bluetooth/qbluetoothsocket.h
@@ -186,7 +186,6 @@ protected:
explicit QBluetoothSocket(QBluetoothSocketBasePrivate *d,
QBluetoothServiceInfo::Protocol socketType,
QObject *parent = nullptr);
- friend class QBluetoothServerPrivate;
#endif
#ifndef QT_OSX_BLUETOOTH
QBluetoothSocketBasePrivate *d_ptr;