NOISSUE document exceptions a bit more

This commit is contained in:
Petr Mrázek
2015-06-03 21:11:03 +02:00
parent 06a67fbd38
commit 57b75dfcf7
2 changed files with 17 additions and 0 deletions

View File

@ -109,6 +109,7 @@ bool INIFile::loadFile(QString fileName)
file.close();
return success;
}
bool INIFile::loadFile(QByteArray file)
{
QTextStream in(file);