Follow up of T167, "private slots" -> "private"

This commit is contained in:
Klaus Basan
2017-10-10 00:05:23 +01:00
committed by Mathew Sutcliffe
parent 8b1ef20146
commit fb5b94e29f
5 changed files with 83 additions and 84 deletions

View File

@@ -32,7 +32,7 @@ using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Aviation;
using namespace BlackMisc::Network;
void SwiftGuiStd::ps_onMenuClicked()
void SwiftGuiStd::onMenuClicked()
{
QObject *sender = QObject::sender();
if (sender == ui->menu_TestLocationsEDRY)
@@ -57,7 +57,7 @@ void SwiftGuiStd::ps_onMenuClicked()
}
else if (sender == ui->menu_WindowFont)
{
this->ps_setMainPageToInfoArea();
this->setMainPageToInfoArea();
ui->comp_MainInfoArea->selectSettingsTab(BlackGui::Components::CSettingsComponent::SettingTabGui);
}
else if (sender == ui->menu_InternalsPage)