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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user