feat: add objectManager interface
refact the way to get DBus interface from Qt Meta System Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -15,6 +15,7 @@ void registerComplexDbusType()
|
||||
qDBusRegisterMetaType<QMap<QString, QDBusUnixFileDescriptor>>();
|
||||
qDBusRegisterMetaType<QMap<uint, QMap<QString, QDBusUnixFileDescriptor>>>();
|
||||
qDBusRegisterMetaType<IconMap>();
|
||||
qDBusRegisterMetaType<ObjectMap>();
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user