Ref T226, renamed to swiftDbAllDataRead

This commit is contained in:
Klaus Basan
2018-01-31 08:35:30 +01:00
parent 5aad426ced
commit bb65b7c280
8 changed files with 17 additions and 18 deletions

View File

@@ -133,7 +133,7 @@ namespace BlackGui
connect(ui->cb_Tcas, &QCheckBox::released, this, &CFlightPlanComponent::prefixCheckBoxChanged);
// web services
connect(sGui->getWebDataServices(), &CWebDataServices::allSwiftDbDataRead, this, &CFlightPlanComponent::swiftWebDataRead);
connect(sGui->getWebDataServices(), &CWebDataServices::swiftDbAllDataRead, this, &CFlightPlanComponent::swiftWebDataRead);
// init GUI
this->resetFlightPlan();