Replace callsign type QString with CCallsign

This commit is contained in:
Roland Winklmeier
2015-05-18 23:02:47 +02:00
parent 0d21f70d3b
commit c8a035f49a
6 changed files with 16 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ namespace BlackSimPlugin
this->physicallyRemoveRemoteAircraft(callsign);
}
CFs9Client *client = new CFs9Client(m_interpolator, this, callsign.toQString(), CTime(25, CTimeUnit::ms()));
CFs9Client *client = new CFs9Client(m_interpolator, this, callsign, CTime(25, CTimeUnit::ms()));
client->setHostAddress(fs9Host->getHostAddress());
client->setPlayerUserId(fs9Host->getPlayerUserId());