refs #768, allow to access view and filter of components

(required in wizard)
This commit is contained in:
Klaus Basan
2016-10-17 03:23:11 +02:00
parent dfcde1158e
commit 80bbed96d4
8 changed files with 46 additions and 10 deletions

View File

@@ -24,9 +24,9 @@
class QWidget;
namespace Ui { class CDbAirlineIcaoComponent; }
namespace BlackGui
{
namespace Views { class CAirlineIcaoCodeView; }
namespace Components
{
/**
@@ -46,6 +46,9 @@ namespace BlackGui
//! Destructor
~CDbAirlineIcaoComponent();
//! Get the view
BlackGui::Views::CAirlineIcaoCodeView *view() const;
private slots:
//! ICAO codes have been read
void ps_icaoRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState readState, int count);