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

@@ -80,7 +80,7 @@ namespace BlackSimPlugin
{
initDirectPlay();
createHostAddress();
startHosting(CProject::systemNameAndVersion(), m_callsign);
startHosting(CProject::systemNameAndVersion(), m_callsign.toQString());
}
void CFs9Host::cleanup()