mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #335, adjusted main info area
* improved include file * removed unused method * getter for cockpit
This commit is contained in:
committed by
Roland Winklmeier
parent
858e8895d8
commit
3c223b2416
@@ -50,6 +50,11 @@ namespace BlackGui
|
||||
return this->ui->comp_Users;
|
||||
}
|
||||
|
||||
CCockpitComponent *CMainInfoAreaComponent::getCockpitComponent()
|
||||
{
|
||||
return this->ui->comp_Cockpit;
|
||||
}
|
||||
|
||||
CFlightPlanComponent *CMainInfoAreaComponent::getFlightPlanComponent()
|
||||
{
|
||||
return this->ui->comp_FlightPlan;
|
||||
|
||||
Reference in New Issue
Block a user