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

@@ -31,7 +31,7 @@ namespace BlackGui
// filter and drag and drop
this->ui->tvp_Liveries->setFilterWidget(this->ui->filter_Livery);
this->ui->tvp_Liveries->allowDragDropValueObjects(true, false);
this->ui->tvp_Liveries->allowDragDrop(true, false);
connect(sGui->getWebDataServices(), &CWebDataServices::dataRead, this, &CDbLiveryComponent::ps_liveriesRead);
this->ps_liveriesRead(CEntityFlags::LiveryEntity, CEntityFlags::ReadFinished, sGui->getWebDataServices()->getLiveriesCount());