diff options
| author | Tannin <devnull@localhost> | 2014-04-05 15:14:37 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-04-05 15:14:37 +0200 |
| commit | c017f4a0d50b67a44e276bd5ae8929ed3990c62c (patch) | |
| tree | be504af55ffc99b657eca9938a4a76864e41454f /src/profile.h | |
| parent | b1f1682790072fbfb45bd9eaa3c6890edfb81a22 (diff) | |
- added buttons to backup and restore the modlist and pluginlist
- replaced boss integration with loot
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h index 4960671a..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; @@ -301,7 +306,6 @@ private: void updateIndices(); - QString getModlistFileName() const; void copyFilesTo(QString &target) const; std::vector<std::wstring> splitDZString(const wchar_t *buffer) const; |
