From 91ad46eea043673b188f5b5d4be49d66e0b7ba0d Mon Sep 17 00:00:00 2001 From: Cerapter Date: Fri, 24 Aug 2018 15:51:28 +0200 Subject: Fixed a Windows bug where there was no way to get back to the default audio device. --- aooptionsdialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aooptionsdialog.h') diff --git a/aooptionsdialog.h b/aooptionsdialog.h index 7d09f218..a48bff9e 100644 --- a/aooptionsdialog.h +++ b/aooptionsdialog.h @@ -79,6 +79,8 @@ private: QLabel *BlankBlipsLabel; QDialogButtonBox *SettingsButtons; + bool needs_default_audiodev(); + signals: public slots: -- cgit