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

@@ -43,6 +43,11 @@ namespace BlackGui
CDbDistributorComponent::~CDbDistributorComponent()
{ }
CDistributorView *CDbDistributorComponent::view() const
{
return ui->tvp_Distributors;
}
void CDbDistributorComponent::ps_distributorsRead(CEntityFlags::Entity entity, CEntityFlags::ReadState readState, int count)
{
Q_UNUSED(count);