mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Allow to select COM frequencies from ATC view (context menu)
* added functions in component to select COM frequencies * changed views to contain ObjectType in template * function to obtain selected objects in view base class
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
|
||||
CAircraftComponent *CMainInfoAreaComponent::getAircraftComponent()
|
||||
{
|
||||
return this->ui->comp_Aircrafts;
|
||||
return this->ui->comp_Aircraft;
|
||||
}
|
||||
|
||||
CUserComponent *CMainInfoAreaComponent::getUserComponent()
|
||||
|
||||
Reference in New Issue
Block a user