mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -21,13 +21,6 @@ namespace BlackMisc
|
||||
CSequence(other)
|
||||
{ }
|
||||
|
||||
void CVoiceRoomList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<CVoiceRoomList>();
|
||||
qDBusRegisterMetaType<CVoiceRoomList>();
|
||||
registerMetaValueType<CVoiceRoomList>();
|
||||
}
|
||||
|
||||
const CVoiceRoomList &CVoiceRoomList::twoEmptyRooms()
|
||||
{
|
||||
static CVoiceRoomList emptyRooms;
|
||||
|
||||
Reference in New Issue
Block a user