small fix with storing ini file settings
This commit is contained in:
parent
d0fc1353f4
commit
9949c4886a
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,8 @@ void CSettings::WriteIniFile ( const QString& sFileName )
|
||||||
{
|
{
|
||||||
QTextStream out ( &file );
|
QTextStream out ( &file );
|
||||||
out << IniXMLDocument.toString();
|
out << IniXMLDocument.toString();
|
||||||
|
|
||||||
|
file.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue