mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #568, allow to remove existing DB data from another model view
* Used with vPilot and own model views * in same step fixed separator handling in IMenuDelegate
This commit is contained in:
@@ -141,6 +141,11 @@ namespace BlackGui
|
||||
return ui->tvp_StashAircraftModels;
|
||||
}
|
||||
|
||||
Views::CAircraftModelView *CDbStashComponent::getView()
|
||||
{
|
||||
return ui->tvp_StashAircraftModels;
|
||||
}
|
||||
|
||||
bool CDbStashComponent::hasStashedModels() const
|
||||
{
|
||||
return !this->ui->tvp_StashAircraftModels->isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user