mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
Formatting private slots -> private
This commit is contained in:
@@ -41,19 +41,18 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CSettingsNetworkServersComponent();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
//! Reload settings
|
||||
void ps_reloadSettings();
|
||||
void reloadSettings();
|
||||
|
||||
//! Network server selected
|
||||
void ps_serverSelected(const QModelIndex &index);
|
||||
void serverSelected(const QModelIndex &index);
|
||||
|
||||
//! Alter traffic server
|
||||
void ps_alterTrafficServer();
|
||||
void alterTrafficServer();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSettingsNetworkServersComponent> ui;
|
||||
BlackMisc::CSetting<BlackCore::Vatsim::TTrafficServers> m_trafficNetworkServers { this, &CSettingsNetworkServersComponent::ps_reloadSettings };
|
||||
BlackMisc::CSetting<BlackCore::Vatsim::TTrafficServers> m_trafficNetworkServers { this, &CSettingsNetworkServersComponent::reloadSettings };
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user