summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluez/bluetoothdevice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/bluez/bluetoothdevice_p.h')
-rw-r--r--src/bluetoothsettings/bluez/bluetoothdevice_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bluetoothsettings/bluez/bluetoothdevice_p.h b/src/bluetoothsettings/bluez/bluetoothdevice_p.h
index c3cc3f3..0c32a2f 100644
--- a/src/bluetoothsettings/bluez/bluetoothdevice_p.h
+++ b/src/bluetoothsettings/bluez/bluetoothdevice_p.h
@@ -45,10 +45,13 @@
#include <QtDBus>
#include "bluetoothdevice.h"
+// Automatically generated classes in global namespace
class OrgBluezDevice1Interface;
class OrgFreedesktopDBusObjectManagerInterface;
class NetConnmanTechnologyInterface;
+QT_BEGIN_NAMESPACE
+
class BluetoothDevicePrivate : public QObject
{
Q_OBJECT
@@ -92,6 +95,6 @@ private:
NetConnmanTechnologyInterface *m_technology;
};
-
+QT_END_NAMESPACE
#endif // BLUETOOTHDEVICE__P_H