refs #335, adjusted main info area

* improved include file
* removed unused method
* getter for cockpit
This commit is contained in:
Klaus Basan
2014-10-25 00:25:30 +02:00
committed by Roland Winklmeier
parent 858e8895d8
commit 3c223b2416
3 changed files with 32 additions and 12 deletions

View File

@@ -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;