| 2849 | } |
| 2850 | |
| 2851 | void UICodeEditor::addUnlockedCommand( const std::string& command ) { |
| 2852 | mUnlockedCmd.insert( command ); |
| 2853 | } |
| 2854 | |
| 2855 | void UICodeEditor::removeUnlockedCommand( const std::string& command ) { |
| 2856 | mUnlockedCmd.erase( command ); |
no test coverage detected