diff options
author | Chris Robinson <[email protected]> | 2016-03-02 15:31:14 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-02 15:31:14 -0800 |
commit | 773e2846e735c55c123cecb2ff57a50f64e90aa7 (patch) | |
tree | 992d07d3edfc22a0cadc28bbba5a05a6dc226be0 /utils/alsoft-config/mainwindow.h | |
parent | 71d927333f15c2c43ec0f1974c819cd277386dfa (diff) |
Add a Wave Writer backend config page
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index 78285dfa..27f3c252 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -46,6 +46,8 @@ private slots: void selectSolarisPlayback(); + void selectWaveOutput(); + private: Ui::MainWindow *ui; |