| 58 | } |
| 59 | |
| 60 | void KeyBindings::replaceKeybindString( const std::string& keys, const std::string& command ) { |
| 61 | replaceKeybind( getShortcutFromString( keys ), command ); |
| 62 | } |
| 63 | |
| 64 | void KeyBindings::replaceKeybind( const KeyBindings::Shortcut& keys, const std::string& command ) { |
| 65 | bool erased; |
no outgoing calls
no test coverage detected