From b3cceaa76b4ce5406cf4b467a7977b337560be68 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Fri, 20 Sep 2019 01:52:24 +0200 Subject: [PATCH] Ref T739, style --- src/blacksound/notificationplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blacksound/notificationplayer.cpp b/src/blacksound/notificationplayer.cpp index 2e9959935..5a8e1149c 100644 --- a/src/blacksound/notificationplayer.cpp +++ b/src/blacksound/notificationplayer.cpp @@ -21,7 +21,7 @@ namespace BlackSound // lazy init at play } - void CNotificationPlayer::play(Audio::CNotificationSounds::NotificationFlag notification, int volume) const + void CNotificationPlayer::play(CNotificationSounds::NotificationFlag notification, int volume) const { QSoundEffect *effect = m_effects.value(notification, nullptr); if (effect)