mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
Ref T739, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cc3151ef6f
commit
b3cceaa76b
@@ -21,7 +21,7 @@ namespace BlackSound
|
|||||||
// lazy init at play
|
// 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);
|
QSoundEffect *effect = m_effects.value(notification, nullptr);
|
||||||
if (effect)
|
if (effect)
|
||||||
|
|||||||
Reference in New Issue
Block a user