mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Fixed clazy warnings: fully-qualified signal parameter types.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user