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

Method getOrganizationName

Modules/AppUtil/src/mitkBaseApplication.cpp:527–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 }
526
527 QString BaseApplication::getOrganizationName() const
528 {
529 return nullptr != qApp
530 ? qApp->organizationName()
531 : d->m_OrgaName;
532 }
533
534 void BaseApplication::setOrganizationDomain(const QString &domain)
535 {

Callers 2

initializeQtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected