From e8063d193d56acc10c5a533cffd95c9271b24e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 27 Dec 2015 03:34:03 +0100 Subject: GH-1308 remove use of static data (translations) and root (notifications.json) paths. --- logic/Env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/Env.h') diff --git a/logic/Env.h b/logic/Env.h index b81cfa62..e3c5130a 100644 --- a/logic/Env.h +++ b/logic/Env.h @@ -35,7 +35,7 @@ public: std::shared_ptr icons(); /// init the cache. FIXME: possible future hook point - void initHttpMetaCache(QString rootPath, QString staticDataPath); + void initHttpMetaCache(); /// Updates the application proxy settings from the settings object. void updateProxySettings(QString proxyTypeStr, QString addr, int port, QString user, QString password); -- cgit v1.2.3