From 7f2a16917e347db2ffcdd5a148feda71f6f3a47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 17 May 2014 18:21:32 +0200 Subject: Add static data path for ... static data. Like translations. Move translations there. --- MultiMC.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MultiMC.h') diff --git a/MultiMC.h b/MultiMC.h index cb37b1e6..00eb97f8 100644 --- a/MultiMC.h +++ b/MultiMC.h @@ -147,6 +147,11 @@ public: */ bool openJsonEditor(const QString &filename); + /// this is the static data. it stores things that don't move. + const QString &staticData() + { + return staticDataPath; + } /// this is the root of the 'installation'. Used for automatic updates const QString &root() { @@ -215,6 +220,7 @@ private: UpdateFlags m_updateOnExitFlags = None; QString rootPath; + QString staticDataPath; QString binPath; QString dataPath; QString origcwdPath; -- cgit v1.2.3