diff options
author | Chris Robinson <[email protected]> | 2016-02-23 11:03:58 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-23 11:03:58 -0800 |
commit | c9b2a0ae26aa60c26506901be97b209ca772d368 (patch) | |
tree | c1c9c211d3459ec80085556a1c6816e91e6b921f /utils/alsoft-config/mainwindow.h | |
parent | 68a2ae4024909a6ef785d702ffb90480aac6f0cc (diff) |
Collect HRTF names from the paths list for alsoft-config
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index 66b4c650..69c2fda4 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -55,7 +55,7 @@ private: void closeEvent(QCloseEvent *event); - QStringList collectDefaultHrtfs(); + QStringList collectHrtfs(); void loadConfig(const QString &fname); void saveConfig(const QString &fname) const; |