| 244 | } |
| 245 | |
| 246 | void App_exit() { |
| 247 | Command* exitCommand = CommandsModule::instance()->getCommandByName(CommandId::Exit); |
| 248 | UIContext::instance()->executeCommand(exitCommand); |
| 249 | } |
| 250 | |
| 251 | std::unordered_map<ui::Widget*, ScriptObject*> m_dialogScriptObjects; |
| 252 | doc::Site m_site; |
nothing calls this directly
no test coverage detected