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

Method initializeCppMicroServices

Modules/AppUtil/src/mitkBaseApplication.cpp:857–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855 }
856
857 void BaseApplication::initializeCppMicroServices()
858 {
859 auto storageDir = this->getProperty(ctkPluginConstants::FRAMEWORK_STORAGE).toString();
860
861 if (!storageDir.isEmpty())
862 us::ModuleSettings::SetStoragePath((storageDir + "us" + QDir::separator()).toStdString());
863 }
864
865 QCoreApplication *BaseApplication::getQApplication() const
866 {

Callers 1

initializeMethod · 0.95

Calls 2

getPropertyMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected