mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #315 Style
This commit is contained in:
@@ -230,7 +230,7 @@ namespace BlackCore
|
||||
{
|
||||
if (command == CSettingUtilities::CmdUpdate())
|
||||
{
|
||||
BlackMisc::Settings::CSettingKeyboardHotkeyList hotkeys = value.value<BlackMisc::Settings::CSettingKeyboardHotkeyList>();
|
||||
auto hotkeys = value.value<BlackMisc::Settings::CSettingKeyboardHotkeyList>();
|
||||
this->m_hotkeys = hotkeys;
|
||||
msgs.push_back(this->write()); // write settings
|
||||
emit this->changedSettings(static_cast<uint>(SettingsHotKeys));
|
||||
|
||||
Reference in New Issue
Block a user