| 76 | } |
| 77 | |
| 78 | std::string RdContext::GetCurrentExeFolder() { |
| 79 | return QCoreApplication::applicationDirPath().toStdString(); |
| 80 | } |
| 81 | |
| 82 | void RdContext::DispatchAppEvent2Plugins(const std::shared_ptr<AppBaseEvent>& event) { |
| 83 | plugin_manager_->VisitAllPlugins([=, this](GrPluginInterface* plugin) { |
nothing calls this directly
no outgoing calls
no test coverage detected