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

Method setOrganizationName

Modules/AppUtil/src/mitkBaseApplication.cpp:519–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517 }
518
519 void BaseApplication::setOrganizationName(const QString &name)
520 {
521 if (nullptr != qApp)
522 qApp->setOrganizationName(name);
523
524 d->m_OrgaName = name;
525 }
526
527 QString BaseApplication::getOrganizationName() const
528 {

Callers 4

initializeQtMethod · 0.95
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected