Fixed load file error if no file is found

actorid
graffy76 12 years ago
parent a73b97d125
commit 62e164b2aa

@ -177,9 +177,9 @@ void CSMSettings::UserSettings::loadFromFile(const QString &filePath)
}
mSectionSettings.insert(section, settings);
}
stream->device()->close();
stream->device()->close();
}
return;
}

Loading…
Cancel
Save