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

Method setApplicationName

Modules/AppUtil/src/mitkBaseApplication.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 }
503
504 void BaseApplication::setApplicationName(const QString &name)
505 {
506 if (nullptr != qApp)
507 qApp->setApplicationName(name);
508
509 d->m_AppName = name;
510 }
511
512 QString BaseApplication::getApplicationName() const
513 {

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected