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