From aa70ed2244700dbcc93c1fadb22edc1c1caede37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 1 Feb 2015 11:44:47 +0100 Subject: SCRATCH move icons over to Env, instance proxy model to gui --- logic/Env.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'logic/Env.h') diff --git a/logic/Env.h b/logic/Env.h index 3d560a29..ba2ea869 100644 --- a/logic/Env.h +++ b/logic/Env.h @@ -3,6 +3,7 @@ #include #include +class IconList; class QNetworkAccessManager; class HttpMetaCache; @@ -26,6 +27,8 @@ public: std::shared_ptr metacache(); + std::shared_ptr icons(); + /// init the cache. FIXME: possible future hook point void initHttpMetaCache(QString rootPath, QString staticDataPath); @@ -35,4 +38,5 @@ public: protected: std::shared_ptr m_qnam; std::shared_ptr m_metacache; + std::shared_ptr m_icons; }; -- cgit v1.2.3