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

Method sendMessage

Modules/AppUtil/src/mitkBaseApplication.cpp:1128–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126 }
1127
1128 void BaseApplication::sendMessage(const QByteArray msg)
1129 {
1130 auto app = dynamic_cast<QtSingleApplication*>(this->getQApplication());
1131
1132 if (nullptr != app)
1133 app->sendMessage(msg);
1134
1135 mitkThrow() << "Method not implemented.";
1136 }
1137}

Callers

nothing calls this directly

Calls 1

getQApplicationMethod · 0.95

Tested by

no test coverage detected