mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Change voice room callsign format to "callsign (userid)"
So far the callsign, was the callsign itself only. However, other VATSIM clients expect it to include the user id in brackets. ref T354
This commit is contained in:
committed by
Klaus Basan
parent
89ab1a0138
commit
321c195f4b
@@ -58,6 +58,9 @@ namespace BlackCore
|
||||
//! Set own aircraft's callsign
|
||||
virtual void setOwnAircraftCallsign(const BlackMisc::Aviation::CCallsign &callsign) = 0;
|
||||
|
||||
//! Set user id
|
||||
virtual void setUserId(const QString &id) = 0;
|
||||
|
||||
//! Get voice room
|
||||
virtual BlackMisc::Audio::CVoiceRoom getVoiceRoom() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user