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)