mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fixed clazy warnings: fully-qualified signal parameter types.
This commit is contained in:
@@ -341,7 +341,7 @@ namespace BlackMisc
|
||||
|
||||
signals:
|
||||
//! Simulator settings have been changed
|
||||
void settingsChanged(const CSimulatorInfo &simulator);
|
||||
void settingsChanged(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
private:
|
||||
CSetting<Settings::TSimulatorFsx> m_simSettingsFsx { this, &CMultiSimulatorSettings::onFsxSettingsChanged }; //!< FSX settings
|
||||
|
||||
Reference in New Issue
Block a user