mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Follow up of T167, "private slots" -> "private"
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8b1ef20146
commit
fb5b94e29f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user