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:
@@ -277,7 +277,7 @@ namespace BlackMisc
|
||||
signals:
|
||||
//! Cache has been changed
|
||||
//! \note this detects caches changed elsewhere or set here (the normal caches detect only "elsewhere"
|
||||
void cacheChanged(const CSimulatorInfo &simulator);
|
||||
void cacheChanged(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
protected:
|
||||
//! Construtor
|
||||
|
||||
Reference in New Issue
Block a user