mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #768, allow to access view and filter of components
(required in wizard)
This commit is contained in:
@@ -46,6 +46,11 @@ namespace BlackGui
|
||||
CDbAirlineIcaoComponent::~CDbAirlineIcaoComponent()
|
||||
{ }
|
||||
|
||||
BlackGui::Views::CAirlineIcaoCodeView *CDbAirlineIcaoComponent::view() const
|
||||
{
|
||||
return ui->tvp_AirlineIcao;
|
||||
}
|
||||
|
||||
void CDbAirlineIcaoComponent::ps_icaoRead(CEntityFlags::Entity entity, CEntityFlags::ReadState readState, int count)
|
||||
{
|
||||
Q_UNUSED(count);
|
||||
|
||||
Reference in New Issue
Block a user