NOISSUE document exceptions a bit more
This commit is contained in:
parent
06a67fbd38
commit
57b75dfcf7
2 changed files with 17 additions and 0 deletions
|
@ -109,6 +109,7 @@ bool INIFile::loadFile(QString fileName)
|
|||
file.close();
|
||||
return success;
|
||||
}
|
||||
|
||||
bool INIFile::loadFile(QByteArray file)
|
||||
{
|
||||
QTextStream in(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue