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
this->ui->tvp_AircraftIcao->setResizeMode(CAircraftIcaoCodeView::ResizingOff);
connect(this->ui->tvp_AircraftIcao, &CAircraftIcaoCodeView::requestNewBackendData, this, &CDbAircraftIcaoComponent::ps_reload);
this->ui->tvp_AircraftIcao->allowDragDropValueObjects(true, false);
this->ui->tvp_AircraftIcao->allowDragDrop(true, false);
this->ui->tvp_AircraftIcao->setFilterWidget(this->ui->filter_AircraftIcao);
connect(sGui->getWebDataServices(), &CWebDataServices::dataRead, this, &CDbAircraftIcaoComponent::ps_icaoRead);