This commit is contained in:
Klaus Basan
2019-08-17 15:30:35 +02:00
committed by Mat Sutcliffe
parent 51ce3778b6
commit 25532497d6
2 changed files with 11 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ namespace BlackSimPlugin
void CSimulatorFs9::displayTextMessage(const CTextMessage &message) const
{
this->displayStatusMessage(message.asStatusMessage(true, true));
QMetaObject::invokeMethod(m_fs9Host.data(), "sendTextMessage", Q_ARG(QString, message.asString(true, true)));
}
CStatusMessageList CSimulatorFs9::getInterpolationMessages(const CCallsign &callsign) const