refs #618, own component for GUI own model handling

* moved to own component
* ajdjusted last selections
* some renaming such as getView() -> view()
This commit is contained in:
Klaus Basan
2016-03-22 09:07:44 +01:00
parent 5dc976caca
commit e993ecdeaa
15 changed files with 565 additions and 410 deletions

View File

@@ -125,7 +125,7 @@ namespace BlackGui
return this->ui->tvp_StashAircraftModels->removeModelsWithModelString(modelStrings);
}
Views::CAircraftModelView *CDbStashComponent::getView() const
CAircraftModelView *CDbStashComponent::view() const
{
return ui->tvp_StashAircraftModels;
}