summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetooth.cpp
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-01-25 17:54:34 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-26 12:20:29 +0100
commit7b928d63fdd828897416da68b04729089d1918ae (patch)
treea6779532a38405191493eccc7f9f97f755081921 /src/bluetooth/qbluetooth.cpp
parentebd7a5d2935b5ab9dd7910dfb104a9e0c0819677 (diff)
Remove old and obsolete documentation
and provide means for hooking it into the Qt5 docs. Change-Id: I7c56097bde6a2b0ea0ed0f204d59d67618c1dfce Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetooth.cpp')
-rw-r--r--src/bluetooth/qbluetooth.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 07bdba3c..6a817544 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -39,7 +39,11 @@
**
****************************************************************************/
-#include "qbluetooth.h"
+#include <QtBluetooth/qbluetooth.h>
+
+QT_BEGIN_NAMESPACE
+
+namespace QBluetooth {
/*!
\namespace QBluetooth
@@ -72,3 +76,6 @@
Legacy pairing is not permitted, Simple Pairing from Bluetooth 2.1 or
greater is required.
*/
+}
+
+QT_END_NAMESPACE