summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-11 01:52:53 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-11 01:52:53 -0600
commit1266e13921812ac647e1b788fab5eb04e8267ec9 (patch)
tree818fd1035d5a051aec57a284049b1fc833a8b9d5 /src/settings.h
parentf4af3264f049425610d3c829ce1d92482191daf4 (diff)
Add the ability to change the managed game directory
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 2b8186f3..4009d4a3 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -161,6 +161,11 @@ public:
QString getCacheDirectory(bool resolve = true) const;
/**
+ * retrieve the directory where the managed game is stored (with native separators)
+ **/
+ QString getManagedGameDirectory() const;
+
+ /**
* retrieve the directory where profiles stored (with native separators)
**/
QString getProfileDirectory(bool resolve = true) const;