mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Fixed object metadata registration
This commit is contained in:
@@ -26,6 +26,10 @@ namespace BlackMisc
|
||||
*/
|
||||
void CClientList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CClient>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CClient>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CClient>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CClient>>();
|
||||
qRegisterMetaType<CClientList>();
|
||||
qDBusRegisterMetaType<CClientList>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user