MCPcopy Create free account
hub / github.com/MITK/MITK / addPluginToStart

Method addPluginToStart

Modules/AppUtil/src/mitkProvisioningInfo.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void ProvisioningInfo::addPluginToStart(const QString &file)
175 {
176 QUrl pluginUrl = this->addPluginToInstall(file);
177 if (!pluginUrl.isEmpty())
178 {
179 pluginsToStart.append(pluginUrl);
180 }
181 }
182
183 QString ProvisioningInfo::substituteKeywords(const QString &value) const
184 {

Callers 1

readProvisioningFileMethod · 0.95

Calls 1

addPluginToInstallMethod · 0.95

Tested by

no test coverage detected