summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
authorForkk <forkk@forkk.net>2014-05-09 17:33:32 -0500
committerForkk <forkk@forkk.net>2014-05-09 17:33:32 -0500
commit93ae21abfcce1c6b36e5cd68d23045f2b9ac438d (patch)
treeb89d027023688d5d9e9665160d74188c9ae4c39c /MultiMC.h
parentcf616efb5da6240db80a810f96abd8e8325ff3c9 (diff)
downloadMultiMC-93ae21abfcce1c6b36e5cd68d23045f2b9ac438d.tar
MultiMC-93ae21abfcce1c6b36e5cd68d23045f2b9ac438d.tar.gz
MultiMC-93ae21abfcce1c6b36e5cd68d23045f2b9ac438d.tar.lz
MultiMC-93ae21abfcce1c6b36e5cd68d23045f2b9ac438d.tar.xz
MultiMC-93ae21abfcce1c6b36e5cd68d23045f2b9ac438d.zip
Implement crash handling on Linux
This will allow us to generate crash dumps and have users report crashes.
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/MultiMC.h b/MultiMC.h
index cb37b1e6..2455cbb4 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -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