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

@@ -43,7 +43,7 @@ namespace BlackSound
public slots:
//! Play the list of tones.
//! If the player is currently active, this call will be ignored.
void play(int volume, const QList<CTonePair> &tonePairs);
void play(int volume, const QList<BlackSound::CTonePair> &tonePairs);
protected slots:
//! \copydoc BlackMisc::CContinuousWorker::initialize