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

Method installTranslator

Modules/AppUtil/src/mitkBaseApplication.cpp:1113–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111 }
1112
1113 void BaseApplication::installTranslator(QTranslator* translator)
1114 {
1115 this->getQApplication()->installTranslator(translator);
1116 }
1117
1118 bool BaseApplication::isRunning()
1119 {

Callers

nothing calls this directly

Calls 1

getQApplicationMethod · 0.95

Tested by

no test coverage detected