summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothsocket.h')
-rw-r--r--src/connectivity/bluetooth/qbluetoothsocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothsocket.h b/src/connectivity/bluetooth/qbluetoothsocket.h
index ae9f4b94e0..09df6d5482 100644
--- a/src/connectivity/bluetooth/qbluetoothsocket.h
+++ b/src/connectivity/bluetooth/qbluetoothsocket.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -94,7 +94,7 @@ public:
NetworkError = QAbstractSocket::NetworkError
};
- QBluetoothSocket(SocketType socketType, QObject *parent = 0); // create socket of type socketType
+ explicit QBluetoothSocket(SocketType socketType, QObject *parent = 0); // create socket of type socketType
QBluetoothSocket(QObject *parent = 0); // create a blank socket
virtual ~QBluetoothSocket();