| 1790 | } |
| 1791 | |
| 1792 | void UIWindow::replaceKeyBindingString( const std::string& shortcut, const std::string& command ) { |
| 1793 | mKeyBindings.replaceKeybindString( shortcut, command ); |
| 1794 | } |
| 1795 | |
| 1796 | void UIWindow::replaceKeyBinding( const KeyBindings::Shortcut& shortcut, |
| 1797 | const std::string& command ) { |
nothing calls this directly
no test coverage detected