From 47e37635f50c09b4f9a9ee7699e3120bab3e4088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 10 Apr 2016 04:29:29 +0200 Subject: NOISSUE split GUI stuff from logic library --- application/MultiMC.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'application/MultiMC.h') diff --git a/application/MultiMC.h b/application/MultiMC.h index 5b19db19..8219d66c 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -87,6 +87,11 @@ public: return m_instances; } + std::shared_ptr icons() + { + return m_icons; + } + // APPLICATION ONLY std::shared_ptr accounts() { @@ -154,6 +159,7 @@ private: std::shared_ptr m_mmc_translator; std::shared_ptr m_settings; std::shared_ptr m_instances; + std::shared_ptr m_icons; std::shared_ptr m_updateChecker; std::shared_ptr m_accounts; std::shared_ptr m_lwjgllist; -- cgit v1.2.3