refs #640, renamed allowDragDrop and const

This commit is contained in:
Klaus Basan
2016-04-18 23:34:23 +02:00
parent c42df3ed4d
commit 87abbf975b
8 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ namespace BlackGui
ui->setupUi(this);
this->setViewWithIndicator(this->ui->tvp_Distributors);
this->ui->tvp_Distributors->setResizeMode(CViewBaseNonTemplate::ResizingAuto);
this->ui->tvp_Distributors->allowDragDropValueObjects(true, false);
this->ui->tvp_Distributors->allowDragDrop(true, false);
connect(this->ui->tvp_Distributors, &CDistributorView::requestNewBackendData, this, &CDbDistributorComponent::ps_reload);
connect(sGui->getWebDataServices(), &CWebDataServices::dataRead, this, &CDbDistributorComponent::ps_distributorsRead);
this->ps_distributorsRead(CEntityFlags::DistributorEntity, CEntityFlags::ReadFinished, sGui->getWebDataServices()->getDistributorsCount());