mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -44,20 +44,6 @@ namespace BlackMisc
|
||||
return this->findBy(&CSettingKeyboardHotkey::getFunction, function).frontOrDefault();
|
||||
}
|
||||
|
||||
/*
|
||||
* Register metadata
|
||||
*/
|
||||
void CSettingKeyboardHotkeyList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CSettingKeyboardHotkey>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CSettingKeyboardHotkey>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CSettingKeyboardHotkey>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CSettingKeyboardHotkey>>();
|
||||
qRegisterMetaType<CSettingKeyboardHotkeyList>();
|
||||
qDBusRegisterMetaType<CSettingKeyboardHotkeyList>();
|
||||
registerMetaValueType<CSettingKeyboardHotkeyList>();
|
||||
}
|
||||
|
||||
/*
|
||||
* Hotkey list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user