diff options
Diffstat (limited to 'api/logic/Env.h')
-rw-r--r-- | api/logic/Env.h | 2 |
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; }; |