Minor renaming and UI fix

This commit is contained in:
Klaus Basan
2016-10-06 21:36:22 +02:00
committed by Mathew Sutcliffe
parent 74173a734e
commit 0f06468f9e
3 changed files with 4 additions and 4 deletions

View File

@@ -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();
}

View File

@@ -120,7 +120,7 @@ namespace BlackGui
void ps_currentTabGenerator();
//! GUI init complete
void ps_swiftDataRead();
void ps_swiftWebDataRead();
};
} // ns
} // ns

View File

@@ -20,7 +20,7 @@
<string>Settings</string>
</property>
<property name="currentIndex">
<number>6</number>
<number>1</number>
</property>
<widget class="QWidget" name="tb_SettingsTrafficNetworkServers">
<attribute name="title">