mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T494, CNotificationSounds refactring
* use Q_DECLARE_FLAGS NotificationFlag/Notification for sounds, not the weird version from very early swift days * splt into h/cpp files * added new sounds
This commit is contained in:
committed by
Mat Sutcliffe
parent
dc8ea83839
commit
f8c17e10e8
@@ -118,7 +118,7 @@ namespace BlackGui
|
||||
// notify
|
||||
if (sGui->getIContextAudio())
|
||||
{
|
||||
CNotificationSounds::Notification sound = connected ?
|
||||
CNotificationSounds::NotificationFlag sound = connected ?
|
||||
CNotificationSounds::NotificationVoiceRoomJoined :
|
||||
CNotificationSounds::NotificationVoiceRoomLeft;
|
||||
sGui->getIContextAudio()->playNotification(sound, true);
|
||||
|
||||
Reference in New Issue
Block a user