summaryrefslogtreecommitdiffstats
path: root/logic/Env.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-12-27 03:34:03 +0100
committerPetr Mrázek <peterix@gmail.com>2015-12-27 03:34:03 +0100
commite8063d193d56acc10c5a533cffd95c9271b24e65 (patch)
treef7ba9783d4c3fd2667f095417bce50f22789970a /logic/Env.h
parent7670d72bd9c8bb2adcecd2d04413a2abb9ac174f (diff)
downloadMultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar.gz
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar.lz
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.tar.xz
MultiMC-e8063d193d56acc10c5a533cffd95c9271b24e65.zip
GH-1308 remove use of static data (translations) and root (notifications.json) paths.
Diffstat (limited to 'logic/Env.h')
-rw-r--r--logic/Env.h2
1 files changed, 1 insertions, 1 deletions
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<IconList> 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);