As a follow up of review T111, changed "void static" to "static void" for consistency.

This commit is contained in:
Klaus Basan
2017-08-10 20:22:33 +02:00
committed by Mathew Sutcliffe
parent addb008ffa
commit 3f924209f1
4 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ namespace BlackSound
static void playNotificationSound(int volume, BlackMisc::Audio::CNotificationSounds::Notification notification);
//! For debugging purposes
void static printAllQtSoundDevices(QTextStream &qtout);
static void printAllQtSoundDevices(QTextStream &qtout);
signals:
//! Device was closed