From 6aa9bd0f77dcb5128167fae62e32aa5252fe85c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Dec 2013 00:55:24 +0100 Subject: Renew the updater branch Now with some actual consensus on what the updater will do! --- MultiMC.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MultiMC.h') diff --git a/MultiMC.h b/MultiMC.h index cae6eee0..0ab7a8b5 100644 --- a/MultiMC.h +++ b/MultiMC.h @@ -17,6 +17,7 @@ class IconList; class QNetworkAccessManager; class ForgeVersionList; class JavaVersionList; +class GoUpdate; #if defined(MMC) #undef MMC @@ -84,6 +85,11 @@ public: return m_metacache; } + std::shared_ptr goupdate() + { + return m_go_update; + } + std::shared_ptr lwjgllist(); std::shared_ptr forgelist(); @@ -106,6 +112,7 @@ private: std::shared_ptr m_mmc_translator; std::shared_ptr m_settings; std::shared_ptr m_instances; + std::shared_ptr m_go_update; std::shared_ptr m_accounts; std::shared_ptr m_icons; std::shared_ptr m_qnam; -- cgit v1.2.3