summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothlocaldevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothlocaldevice.h')
-rw-r--r--src/connectivity/bluetooth/qbluetoothlocaldevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothlocaldevice.h b/src/connectivity/bluetooth/qbluetoothlocaldevice.h
index 660323d900..657d430ec0 100644
--- a/src/connectivity/bluetooth/qbluetoothlocaldevice.h
+++ b/src/connectivity/bluetooth/qbluetoothlocaldevice.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)
**
@@ -105,7 +105,7 @@ public:
UnknownError = 100
};
QBluetoothLocalDevice(QObject *parent = 0);
- QBluetoothLocalDevice(const QBluetoothAddress &address, QObject *parent = 0);
+ explicit QBluetoothLocalDevice(const QBluetoothAddress &address, QObject *parent = 0);
virtual ~QBluetoothLocalDevice();
bool isValid() const;