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

@@ -48,6 +48,9 @@ enum UpdateFlag
Q_DECLARE_FLAGS(UpdateFlags, UpdateFlag);
Q_DECLARE_OPERATORS_FOR_FLAGS(UpdateFlags);
// Global var used by the crash handling system to determine if a log file should be included in a crash report.
extern bool loggerInitialized;
class MultiMC : public QApplication
{
Q_OBJECT