mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Minor renaming and UI fix
This commit is contained in:
committed by
Mathew Sutcliffe
parent
74173a734e
commit
0f06468f9e
@@ -105,7 +105,7 @@ namespace BlackGui
|
||||
connect(ui->pb_RemarksGenerator, &QPushButton::clicked, this, &CFlightPlanComponent::ps_currentTabGenerator);
|
||||
|
||||
// web services
|
||||
connect(sGui->getWebDataServices(), &CWebDataServices::allSwiftDbDataRead, this, &CFlightPlanComponent::ps_swiftDataRead);
|
||||
connect(sGui->getWebDataServices(), &CWebDataServices::allSwiftDbDataRead, this, &CFlightPlanComponent::ps_swiftWebDataRead);
|
||||
|
||||
// init GUI
|
||||
this->ps_resetFlightPlan();
|
||||
@@ -537,7 +537,7 @@ namespace BlackGui
|
||||
this->setCurrentWidget(ui->tb_RemarksGenerator);
|
||||
}
|
||||
|
||||
void CFlightPlanComponent::ps_swiftDataRead()
|
||||
void CFlightPlanComponent::ps_swiftWebDataRead()
|
||||
{
|
||||
this->initCompleters();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user