mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user