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