mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Added method getSelectedAtcStations() to network context.
Further isConnected checks in order to avoid updating when not connected (leading to wrnings / errors)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
243ace74fe
commit
6aa6058c57
@@ -158,6 +158,9 @@ namespace BlackCore
|
||||
*/
|
||||
virtual BlackMisc::Voice::CVoiceRoomList getSelectedVoiceRooms() const;
|
||||
|
||||
//! \copydoc IContextNetwork::getSelectedAtcStations
|
||||
virtual BlackMisc::Aviation::CAtcStationList getSelectedAtcStations() const;
|
||||
|
||||
/*!
|
||||
* \copydoc IContextNetwork::getUsers()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user