summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluez/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/bluez/datatypes.h')
-rw-r--r--src/bluetoothsettings/bluez/datatypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetoothsettings/bluez/datatypes.h b/src/bluetoothsettings/bluez/datatypes.h
index e172378..9458dbe 100644
--- a/src/bluetoothsettings/bluez/datatypes.h
+++ b/src/bluetoothsettings/bluez/datatypes.h
@@ -36,9 +36,13 @@
#include <QtDBus/QDBusObjectPath>
#include <QtCore/QMetaType>
+QT_BEGIN_NAMESPACE
+
typedef QMap<QString, QVariantMap> InterfaceList;
typedef QMap<QDBusObjectPath, InterfaceList> ManagedObjectList;
+QT_END_NAMESPACE
+
Q_DECLARE_METATYPE(InterfaceList)
Q_DECLARE_METATYPE(ManagedObjectList)