From bbdf5c1395752802b6ba62116c9408e14527a5c6 Mon Sep 17 00:00:00 2001 From: robotbrain Date: Mon, 29 Sep 2014 20:05:44 -0400 Subject: Translation downloading! --- MultiMC.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MultiMC.h') diff --git a/MultiMC.h b/MultiMC.h index ce3f9238..0f141f68 100644 --- a/MultiMC.h +++ b/MultiMC.h @@ -24,6 +24,7 @@ class StatusChecker; class BaseProfilerFactory; class BaseDetachedToolFactory; class URNResolver; +class TranslationDownloader; #if defined(MMC) #undef MMC @@ -40,7 +41,8 @@ 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. +// 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 @@ -209,6 +211,7 @@ private: std::shared_ptr m_minecraftlist; std::shared_ptr m_javalist; std::shared_ptr m_resolver; + std::shared_ptr m_translationChecker; QMap> m_profilers; QMap> m_tools; -- cgit v1.2.3