aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 0122f8f..4dbc7c8 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -14,5 +14,6 @@ Settings::~Settings()
void Settings::setFilepath(const QString &path)
{
+ qDebug("Setting config file location to: %s", qUtf8Printable(path));
_path = path;
}