summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-14 03:19:21 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:25:03 -0500
commitfb3fbd34211a28b27214abe070c46951057258ca (patch)
tree62c1505014682af6f8b88c17f5c985716b0d40fc /src/directoryrefresher.h
parent567fe019ac21ee78a07beae1a387ab5688e7f97b (diff)
removed lastAccessed from FileEntry, not used
FileRegister keeps a vector instead of a map
Diffstat (limited to 'src/directoryrefresher.h')
-rw-r--r--src/directoryrefresher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/directoryrefresher.h b/src/directoryrefresher.h
index 18bfed4d..5c829980 100644
--- a/src/directoryrefresher.h
+++ b/src/directoryrefresher.h
@@ -145,6 +145,7 @@ private:
MOShared::DirectoryEntry *m_DirectoryStructure;
QMutex m_RefreshLock;
std::size_t m_threadCount;
+ std::size_t m_lastFileCount;
void stealModFilesIntoStructure(
MOShared::DirectoryEntry *directoryStructure, const QString &modName,