diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-24 15:51:28 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-24 15:51:28 +0200 |
| commit | 91ad46eea043673b188f5b5d4be49d66e0b7ba0d (patch) | |
| tree | b4e32b5fa8719d1c151c11ef0a88471419db9a43 /aooptionsdialog.h | |
| parent | 4ee565591f4e4bd278336ca182c1b516236829cf (diff) | |
Fixed a Windows bug where there was no way to get back to the default audio device.
Diffstat (limited to 'aooptionsdialog.h')
| -rw-r--r-- | aooptionsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
