This commit is contained in:
Klaus Basan
2017-07-03 19:25:29 +02:00
committed by Mathew Sutcliffe
parent e2c43a688b
commit 6d61935bc7
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ namespace BlackGui
ui->comp_StashAircraft->setMappingComponent(this);
ui->comp_OwnModelSet->setMappingComponent(this);
//! \fixme vPilot merging will be most likely removed in the future
ui->tvp_AircraftModelsForVPilot->setAircraftModelMode(CAircraftModelListModel::VPilotRuleModel);
ui->tvp_AircraftModelsForVPilot->addFilterDialog();

View File

@@ -421,6 +421,7 @@ namespace BlackGui
};
//! Merge with vPilot data
//! \deprecated vPilot menus will be removed in the future
class CMergeWithVPilotMenu : public BlackGui::Menus::IMenuDelegate
{
public: