| 1247 | } |
| 1248 | |
| 1249 | void UISceneNode::replaceKeyBindingString( const std::string& shortcut, |
| 1250 | const std::string& command ) { |
| 1251 | mKeyBindings.replaceKeybindString( shortcut, command ); |
| 1252 | } |
| 1253 | |
| 1254 | void UISceneNode::replaceKeyBinding( const KeyBindings::Shortcut& shortcut, |
| 1255 | const std::string& command ) { |
nothing calls this directly
no test coverage detected