| 1383 | } |
| 1384 | |
| 1385 | PluginManager* App::getPluginManager() const { |
| 1386 | return mPluginManager.get(); |
| 1387 | } |
| 1388 | |
| 1389 | void App::setFocusEditorOnClose( UIMessageBox* msgBox ) { |
| 1390 | msgBox->on( Event::OnClose, [this]( const Event* ) { |
no test coverage detected