mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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
|
||||
}
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user