diff options
author | Chris Robinson <[email protected]> | 2016-03-06 02:02:37 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-06 02:02:37 -0800 |
commit | 6971e8684718324f641fa0dba9d0fd31bee240f3 (patch) | |
tree | 56f3d12075e8e6da427652e463930ecc3c804948 /utils/alsoft-config/mainwindow.h | |
parent | 101ae7644e95ad3619d03f59f23b100b9ab01b5f (diff) |
Add a simple About page that shows the library build version
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 0ddb9a92..65e6e1b6 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -24,6 +24,8 @@ private slots: void saveConfigAsFile(); void loadConfigFromFile(); + void showAboutPage(); + void enableApplyButton(); void updateResamplerLabel(int num); |