| 26 | } |
| 27 | |
| 28 | ClientPluginManager::ClientPluginManager(const std::shared_ptr<BaseWorkspace>& ws) { |
| 29 | this->ws_ = ws; |
| 30 | this->context_ = ws_->GetContext(); |
| 31 | } |
| 32 | |
| 33 | void ClientPluginManager::LoadAllPlugins() { |
| 34 | auto base_path = QCoreApplication::applicationDirPath(); |
nothing calls this directly
no test coverage detected