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