diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-05-21 15:57:34 +0200 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-05-21 15:57:34 +0200 |
commit | fc3c0b09719927fa8e0ce63a93b8f461f4928fdb (patch) | |
tree | ed81f15b305da904d63d0e0e74643aa0800a0919 /MultiMC.h | |
parent | 94cb5c7d770866269d1a61ec6b3c76607eccee6f (diff) | |
parent | e6ca58a89e12bb2c7636dac91b6a1a609c6780b3 (diff) | |
download | PrismLauncher-fc3c0b09719927fa8e0ce63a93b8f461f4928fdb.tar.gz PrismLauncher-fc3c0b09719927fa8e0ce63a93b8f461f4928fdb.tar.bz2 PrismLauncher-fc3c0b09719927fa8e0ce63a93b8f461f4928fdb.zip |
Merge branch 'feature_crashreport' into develop
Diffstat (limited to 'MultiMC.h')
-rw-r--r-- | MultiMC.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |