mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-29 15:16:05 +00:00
parent
ac381ea055
commit
7d06821c96
1 changed files with 1 additions and 3 deletions
|
@ -165,9 +165,7 @@ CConfigFile::~CConfigFile()
|
||||||
bool CConfigFile::load()
|
bool CConfigFile::load()
|
||||||
{
|
{
|
||||||
// load default values
|
// load default values
|
||||||
load(m_defaultConfigPath);
|
return load(m_defaultConfigPath) || load(m_configPath);
|
||||||
|
|
||||||
return load(m_configPath);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CConfigFile::load(const QString &filename)
|
bool CConfigFile::load(const QString &filename)
|
||||||
|
|
Loading…
Reference in a new issue