summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-04-05 15:36:42 +0200
committerTannin <devnull@localhost>2014-04-05 15:36:42 +0200
commitcabed9b268c9f095d5e3b98a6797b0bcdcd38b1f (patch)
tree454b03b0c5664e90fe586e7b39603e34a526d35b /src/profile.h
parent98e5e57a845541acddf519a81957261f58008cb9 (diff)
parentc017f4a0d50b67a44e276bd5ae8929ed3990c62c (diff)
Merge with branch1.1
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h
index 9c678a23..5aa77357 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -160,6 +160,11 @@ public:
QString getLockedOrderFileName() const;
/**
+ * @return the path of the modlist file in this profile
+ */
+ QString getModlistFileName() const;
+
+ /**
* @return path of the archives file in this profile
*/
QString getArchivesFileName() const;
@@ -178,6 +183,11 @@ public:
QString getIniFileName() const;
/**
+ * @return the path of the tweak ini in this profile
+ */
+ QString getProfileTweaks() const;
+
+ /**
* @return path to this profile
**/
QString getPath() const;
@@ -296,7 +306,6 @@ private:
void updateIndices();
- QString getModlistFileName() const;
void copyFilesTo(QString &target) const;
std::vector<std::wstring> splitDZString(const wchar_t *buffer) const;