mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #702, better callsign syncronization
This commit is contained in:
@@ -74,6 +74,12 @@ namespace BlackMisc
|
||||
this->m_controller.setCallsign(callsign);
|
||||
}
|
||||
|
||||
void CAtcStation::setController(const CUser &controller)
|
||||
{
|
||||
this->m_controller = controller;
|
||||
this->m_controller.setCallsign(this->m_callsign);
|
||||
}
|
||||
|
||||
QString CAtcStation::convertToQString(bool i18n) const
|
||||
{
|
||||
QString s = i18n ?
|
||||
@@ -436,6 +442,5 @@ namespace BlackMisc
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user