summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/btdelegates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/btdelegates.cpp')
-rw-r--r--src/bluetooth/osx/btdelegates.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/osx/btdelegates.cpp b/src/bluetooth/osx/btdelegates.cpp
index c86516f9..531ca1df 100644
--- a/src/bluetooth/osx/btdelegates.cpp
+++ b/src/bluetooth/osx/btdelegates.cpp
@@ -39,6 +39,8 @@
#include "btdelegates_p.h"
+#if defined(Q_OS_MACOS)
+
QT_BEGIN_NAMESPACE
namespace DarwinBluetooth {
@@ -70,3 +72,5 @@ SocketListener::~SocketListener()
} // namespace DarwinBluetooth
QT_END_NAMESPACE
+
+#endif