diff options
author | Chris Robinson <[email protected]> | 2016-02-23 06:52:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-23 06:52:13 -0800 |
commit | ae1a2fa9c0948ce5dee197a11816992b8b64f7d3 (patch) | |
tree | 5dc2016bc143d6e2ec03f32f9aaac0261ce07790 /utils/alsoft-config/mainwindow.h | |
parent | 6512dcb23392872531886e728111b50d685cde86 (diff) |
Allow selecting a preferred HRTF in alsoft-config
This currently only checks the default paths when they're being used.
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 dfa69ca2..66b4c650 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -55,6 +55,8 @@ private: void closeEvent(QCloseEvent *event); + QStringList collectDefaultHrtfs(); + void loadConfig(const QString &fname); void saveConfig(const QString &fname) const; }; |