summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h
index 4960671a..df27bb37 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;
@@ -312,6 +316,7 @@ private:
QDir m_Directory;
+ mutable uint m_LastModlistHash;
std::vector<ModStatus> m_ModStatus;
std::vector<unsigned int> m_ModIndexByPriority;
unsigned int m_NumRegularMods;