Ref T739, style

This commit is contained in:
Klaus Basan
2019-09-20 01:52:24 +02:00
committed by Mat Sutcliffe
parent cc3151ef6f
commit b3cceaa76b

View File

@@ -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)