summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/options.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/opentrack/options.hpp b/opentrack/options.hpp
index 8e623092..f8475877 100644
--- a/opentrack/options.hpp
+++ b/opentrack/options.hpp
@@ -143,6 +143,12 @@ namespace options {
return "";
}
+ static QString ini_filename()
+ {
+ QSettings settings(OPENTRACK_ORG);
+ return settings.value(OPENTRACK_CONFIG_FILENAME_KEY, OPENTRACK_DEFAULT_CONFIG).toString();
+ }
+
static QString ini_pathname()
{
const auto dir = ini_directory();