mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -22,16 +22,5 @@ namespace BlackMisc
|
||||
CClientList::CClientList(const CSequence &other) : CSequence<CClient>(other)
|
||||
{ }
|
||||
|
||||
void CClientList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CClient>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CClient>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CClient>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CClient>>();
|
||||
qRegisterMetaType<CClientList>();
|
||||
qDBusRegisterMetaType<CClientList>();
|
||||
registerMetaValueType<CClientList>();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user