From e09a7f4e3ef7314c1d1a8ed39aba624905baee74 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 4 Apr 2020 09:09:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BA=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D1=83=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=D0=BA=D0=B8=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB?= =?UTF-8?q?=D1=87=D0=B0=D0=BD=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/myx/filesystem/paths.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/myx/filesystem/paths.cpp b/src/myx/filesystem/paths.cpp index 2f6c4e2..4b409f1 100644 --- a/src/myx/filesystem/paths.cpp +++ b/src/myx/filesystem/paths.cpp @@ -157,6 +157,8 @@ bool Paths::init( const QString& projectDir, const QString& configFileExtension m_systemLogDirectory = m_currentExecutable.m_canonicalFilePath.canonicalPath(); } + m_configFilePath = m_systemConfigDirectory.canonicalPath() + "/" + m_configFileName; + return( true ); } // Paths::updatePaths