NOISSUE document exceptions a bit more
This commit is contained in:
@ -109,6 +109,7 @@ bool INIFile::loadFile(QString fileName)
|
||||
file.close();
|
||||
return success;
|
||||
}
|
||||
|
||||
bool INIFile::loadFile(QByteArray file)
|
||||
{
|
||||
QTextStream in(file);
|
||||
|
Reference in New Issue
Block a user