dbus: Register QDBusObjectPath
Fixes: QTBUG-108822 Pick-to: 6.2 6.4 6.5 Change-Id: Ib6d1a9cfc449df80cb7e5ad6211b07bdfd556093 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
60c8a68746
commit
d619a952cd
@ -78,6 +78,7 @@ void QDBusMetaTypeId::init()
|
||||
qDBusRegisterMetaType<QVariantList>();
|
||||
qDBusRegisterMetaType<QVariantMap>();
|
||||
qDBusRegisterMetaType<QVariantHash>();
|
||||
qDBusRegisterMetaType<QDBusObjectPath>();
|
||||
|
||||
qDBusRegisterMetaType<QList<bool> >();
|
||||
qDBusRegisterMetaType<QList<short> >();
|
||||
|
Loading…
Reference in New Issue
Block a user