Merge branch 'feature_crashreport' into develop

This commit is contained in:
Jan Dalheimer
2014-05-21 15:57:34 +02:00
11 changed files with 571 additions and 1 deletions

View File

@@ -340,8 +340,11 @@ void MultiMC::initLogger()
logger.addDestination(m_debugDestination.get());
// log all the things
logger.setLoggingLevel(QsLogging::TraceLevel);
loggerInitialized = true;
}
bool loggerInitialized = false;
void MultiMC::initGlobalSettings()
{
m_settings.reset(new INISettingsObject("multimc.cfg", this));