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

Method getApplicationName

Modules/AppUtil/src/mitkBaseApplication.cpp:512–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510 }
511
512 QString BaseApplication::getApplicationName() const
513 {
514 return nullptr != qApp
515 ? qApp->applicationName()
516 : d->m_AppName;
517 }
518
519 void BaseApplication::setOrganizationName(const QString &name)
520 {

Callers 2

initializeQtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected