Fixed clazy warnings: fully-qualified signal parameter types.

This commit is contained in:
Mat Sutcliffe
2018-12-17 16:45:04 +00:00
parent 9f85a7b560
commit e32ea65a27
9 changed files with 17 additions and 17 deletions

View File

@@ -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