From f45b2d05aa10410ce6c602907a58d574d7bd7e07 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 14 Jan 2017 21:44:56 +0100 Subject: Configuration by default is read from default location instead of current folder --- src/settings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.cpp') 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; } -- cgit v1.2.1