mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #472 Removed static_cast<int> for enums in blackmisc, no longer needed.
This commit is contained in:
@@ -54,6 +54,8 @@ void BlackMisc::Audio::registerMetadata()
|
||||
CAudioDeviceInfoList::registerMetadata();
|
||||
CVoiceRoom::registerMetadata();
|
||||
CVoiceRoomList::registerMetadata();
|
||||
qDBusRegisterMetaType<BlackSound::CNotificationSounds::PlayMode>();
|
||||
qDBusRegisterMetaType<BlackSound::CNotificationSounds::Notification>();
|
||||
}
|
||||
|
||||
void BlackMisc::Input::registerMetadata()
|
||||
@@ -65,6 +67,7 @@ void BlackMisc::Input::registerMetadata()
|
||||
CActionHotkey::registerMetadata();
|
||||
CActionHotkeyList::registerMetadata();
|
||||
CHotkeyCombination::registerMetadata();
|
||||
qDBusRegisterMetaType<KeyCode>();
|
||||
}
|
||||
|
||||
void BlackMisc::registerMetadata()
|
||||
|
||||
Reference in New Issue
Block a user