Инициализация полного пути к файлу настройки по умолчанию
This commit is contained in:
parent
7bb28946de
commit
e09a7f4e3e
@ -157,6 +157,8 @@ bool Paths::init( const QString& projectDir, const QString& configFileExtension
|
|||||||
m_systemLogDirectory = m_currentExecutable.m_canonicalFilePath.canonicalPath();
|
m_systemLogDirectory = m_currentExecutable.m_canonicalFilePath.canonicalPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_configFilePath = m_systemConfigDirectory.canonicalPath() + "/" + m_configFileName;
|
||||||
|
|
||||||
return( true );
|
return( true );
|
||||||
} // Paths::updatePaths
|
} // Paths::updatePaths
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user