#ifndef DBUS_METATYPES_H #define DBUS_METATYPES_H #include #include #include #include #include #include Q_DECLARE_METATYPE(QByteArrayList) using InterfacesAndProperties = QMap; using ManagedObjectList = QMap; Q_DECLARE_METATYPE(InterfacesAndProperties) Q_DECLARE_METATYPE(ManagedObjectList) #endif // DBUS_METATYPES_H_