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