diff options
author | Chris Robinson <[email protected]> | 2016-03-02 12:08:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-02 12:08:22 -0800 |
commit | 71d927333f15c2c43ec0f1974c819cd277386dfa (patch) | |
tree | 1262c4db8d60743e2264f1a7b96d3b5e821961b7 /utils/alsoft-config/mainwindow.h | |
parent | 9fdca9e29f15e05c26d9b80ec4ba97a34b7b5277 (diff) |
Add OSS and Solaris config pages
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index 69c2fda4..78285dfa 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -41,6 +41,11 @@ private slots: void showEnabledBackendMenu(QPoint pt); void showDisabledBackendMenu(QPoint pt); + void selectOSSPlayback(); + void selectOSSCapture(); + + void selectSolarisPlayback(); + private: Ui::MainWindow *ui; |