summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/ql2capserver_bluez.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/ql2capserver_bluez.cpp')
-rw-r--r--src/bluetooth/ql2capserver_bluez.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bluetooth/ql2capserver_bluez.cpp b/src/bluetooth/ql2capserver_bluez.cpp
index 7f02c521..f8e00615 100644
--- a/src/bluetooth/ql2capserver_bluez.cpp
+++ b/src/bluetooth/ql2capserver_bluez.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Qt Mobility Components.
+** This file is part of the QtBluetooth module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
@@ -52,6 +52,8 @@
#include <errno.h>
+QTBLUETOOTH_BEGIN_NAMESPACE
+
static inline void convertAddress(quint64 from, quint8 (&to)[6])
{
to[0] = (from >> 0) & 0xff;
@@ -243,3 +245,4 @@ QBluetooth::SecurityFlags QL2capServer::securityFlags() const
return static_cast<QBluetooth::SecurityFlags>(security);
}
+QTBLUETOOTH_END_NAMESPACE