From 9249768db5f5b09d67e81370da828e3cb99cc3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 31 Jan 2015 19:21:47 +0100 Subject: NOISSUE Make tests no longer use the MultiMC object They do not require the application part anymore --- logic/Env.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'logic/Env.h') diff --git a/logic/Env.h b/logic/Env.h index 523c51f0..3d560a29 100644 --- a/logic/Env.h +++ b/logic/Env.h @@ -22,15 +22,9 @@ public: // call when Qt stuff is being torn down void destroy(); - std::shared_ptr qnam() - { - return m_qnam; - } - - std::shared_ptr metacache() - { - return m_metacache; - } + std::shared_ptr qnam(); + + std::shared_ptr metacache(); /// init the cache. FIXME: possible future hook point void initHttpMetaCache(QString rootPath, QString staticDataPath); -- cgit v1.2.3