mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T632, make users a callsign object list
This commit is contained in:
@@ -63,10 +63,12 @@ namespace BlackMisc
|
||||
return this->getId();
|
||||
}
|
||||
|
||||
void CUser::setCallsign(const CCallsign &callsign)
|
||||
bool CUser::setCallsign(const CCallsign &callsign)
|
||||
{
|
||||
if (m_callsign == callsign) { return false; }
|
||||
m_callsign = callsign;
|
||||
this->deriveHomeBaseFromCallsign();
|
||||
return true;
|
||||
}
|
||||
|
||||
QString CUser::convertToQString(bool i18n) const
|
||||
|
||||
Reference in New Issue
Block a user