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

@@ -32,7 +32,7 @@ namespace BlackGui
// filter and drag and drop
this->ui->tvp_Countries->setFilterWidget(this->ui->filter_CountryComponent);
this->ui->tvp_Countries->allowDragDropValueObjects(true, false);
this->ui->tvp_Countries->allowDragDrop(true, false);
connect(sApp->getWebDataServices(), &CWebDataServices::dataRead, this, &CDbCountryComponent::ps_countriesRead);
this->ps_countriesRead(CEntityFlags::CountryEntity, CEntityFlags::ReadFinished, sGui->getWebDataServices()->getCountriesCount());