mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -20,12 +20,5 @@ namespace BlackMisc
|
||||
CUserList::CUserList(const CSequence &other) : CSequence<CUser>(other)
|
||||
{ }
|
||||
|
||||
void CUserList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<CUserList>();
|
||||
qDBusRegisterMetaType<CUserList>();
|
||||
registerMetaValueType<CUserList>();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user