fix: core dumped under Qt 6.4
call method metaObject of QMetaType will coredump under Qt 6.4 Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
@ -26,6 +26,7 @@ void registerComplexDbusType()
|
||||
qDBusRegisterMetaType<QMap<QString, QString>>();
|
||||
qRegisterMetaType<PropMap>();
|
||||
qDBusRegisterMetaType<PropMap>();
|
||||
qDBusRegisterMetaType<QDBusObjectPath>();
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user