summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-06-21 10:50:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-26 09:13:44 +0200
commitf2d6f3b6a6c5eebc36e0206c85896c1142f31229 (patch)
treec9e48058647eec10069a496e652dba53db54fd91
parent39901af48f40f0672731a1f62dc003c4b37d1fec (diff)
Fix namespace used by qbluetooth.cpp
Change-Id: I84d598b638ba6a4511863d3659e6540916e2dffe Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
-rw-r--r--src/bluetooth/qbluetooth.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 02ca7636..36c5ea0b 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -41,7 +41,7 @@
#include <QtBluetooth/qbluetooth.h>
-QT_BEGIN_NAMESPACE
+QT_BEGIN_NAMESPACE_BLUETOOTH
namespace QBluetooth {
@@ -76,4 +76,4 @@ namespace QBluetooth {
*/
}
-QT_END_NAMESPACE
+QT_END_NAMESPACE_BLUETOOTH