summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluetoothdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/bluetoothdevice.h')
-rw-r--r--src/bluetoothsettings/bluetoothdevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetoothsettings/bluetoothdevice.h b/src/bluetoothsettings/bluetoothdevice.h
index 8519044..219154f 100644
--- a/src/bluetoothsettings/bluetoothdevice.h
+++ b/src/bluetoothsettings/bluetoothdevice.h
@@ -32,6 +32,8 @@
#include <QObject>
#include <QBluetoothLocalDevice>
+QT_BEGIN_NAMESPACE
+
class DiscoveryModel;
class Q_DECL_EXPORT BluetoothDevice : public QObject
@@ -75,4 +77,6 @@ private:
bool m_scanning;
};
+QT_END_NAMESPACE
+
#endif // BLUETOOTHDEVICE_H