Ref T644, allow to set notification sounds directory

This commit is contained in:
Klaus Basan
2019-04-29 02:17:51 +02:00
parent e4b0655129
commit 291b477d44
3 changed files with 127 additions and 51 deletions

View File

@@ -36,7 +36,7 @@ namespace BlackGui
explicit CAudioSetupComponent(QWidget *parent = nullptr);
//! Destructor
virtual ~CAudioSetupComponent();
virtual ~CAudioSetupComponent() override;
//! Play any sounds?
bool playNotificationSounds() const;
@@ -64,6 +64,12 @@ namespace BlackGui
//! Notification flags toggled
void onNotificationsToggled(bool checked);
//! Notification sounds dir
void selectNotificationSoundsDir();
//! Notification sounds dir
void resetNotificationSoundsDir();
//! Audio device lists from settings
void initAudioDeviceLists();