summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/discoverymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/discoverymodel.h')
-rw-r--r--src/bluetoothsettings/discoverymodel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bluetoothsettings/discoverymodel.h b/src/bluetoothsettings/discoverymodel.h
index 12554d7..75d93bc 100644
--- a/src/bluetoothsettings/discoverymodel.h
+++ b/src/bluetoothsettings/discoverymodel.h
@@ -35,6 +35,8 @@
#include <QBluetoothDeviceInfo>
#include <QBluetoothDeviceDiscoveryAgent>
+QT_BEGIN_NAMESPACE
+
class Q_DECL_EXPORT BtDeviceItem : public QObject
{
Q_OBJECT
@@ -116,4 +118,7 @@ private:
QHash<int, QByteArray> m_roleNames;
QBluetoothDeviceDiscoveryAgent *m_discoveryAgent;
};
+
+QT_END_NAMESPACE
+
#endif // DISCOVERYMODEL_H