summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothsocket.h')
-rw-r--r--src/bluetooth/qbluetoothsocket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothsocket.h b/src/bluetooth/qbluetoothsocket.h
index 77241ce9..c8ecbb58 100644
--- a/src/bluetooth/qbluetoothsocket.h
+++ b/src/bluetooth/qbluetoothsocket.h
@@ -87,7 +87,8 @@ public:
RemoteHostClosedError = QAbstractSocket::RemoteHostClosedError,
HostNotFoundError = QAbstractSocket::HostNotFoundError,
ServiceNotFoundError = QAbstractSocket::SocketAddressNotAvailableError,
- NetworkError = QAbstractSocket::NetworkError
+ NetworkError = QAbstractSocket::NetworkError,
+ UnsupportedSocketTypeError
};
explicit QBluetoothSocket(SocketType socketType, QObject *parent = 0); // create socket of type socketType