summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothglobal.h')
-rw-r--r--src/bluetooth/qbluetoothglobal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothglobal.h b/src/bluetooth/qbluetoothglobal.h
index 973e517b..dc0b5ce7 100644
--- a/src/bluetooth/qbluetoothglobal.h
+++ b/src/bluetooth/qbluetoothglobal.h
@@ -43,6 +43,11 @@
#include <QtCore/qglobal.h>
+#define QTBLUETOOTH_PREPEND_NAMESPACE(name) ::QtBluetooth::name
+#define QTBLUETOOTH_BEGIN_NAMESPACE namespace QtBluetooth {
+#define QTBLUETOOTH_END_NAMESPACE }
+#define QTBLUETOOTH_USE_NAMESPACE using namespace QtBluetooth;
+
#if defined(Q_OS_WIN)
# if defined(QT_NODLL)
# undef QT_MAKEDLL