mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #640, renamed allowDragDrop and const
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user