summaryrefslogtreecommitdiffstats
path: root/api/logic/Env.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-05-13 01:24:15 +0200
committerPetr Mrázek <peterix@gmail.com>2017-05-13 01:24:15 +0200
commit868669a497fd08524eec6d31ac483f431b95198c (patch)
treea46fa4fa4e6baaf14720f10b3a2d09df3c98aaf6 /api/logic/Env.h
parent4cf4110d9dc694d2c28feca38656925980b57a4d (diff)
downloadMultiMC-868669a497fd08524eec6d31ac483f431b95198c.tar
MultiMC-868669a497fd08524eec6d31ac483f431b95198c.tar.gz
MultiMC-868669a497fd08524eec6d31ac483f431b95198c.tar.lz
MultiMC-868669a497fd08524eec6d31ac483f431b95198c.tar.xz
MultiMC-868669a497fd08524eec6d31ac483f431b95198c.zip
NOISSUE add a linux system packaging install layout
Diffstat (limited to 'api/logic/Env.h')
-rw-r--r--api/logic/Env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/Env.h b/api/logic/Env.h
index 75ebe4a0..08b1dd0d 100644
--- a/api/logic/Env.h
+++ b/api/logic/Env.h
@@ -59,6 +59,8 @@ public:
shared_qobject_ptr<Meta::Index> metadataIndex();
+ QString getJarsPath();
+ void setJarsPath(const QString & path);
protected:
Private * d;
};