From fb3fbd34211a28b27214abe070c46951057258ca Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 14 Feb 2020 03:19:21 -0500 Subject: removed lastAccessed from FileEntry, not used FileRegister keeps a vector instead of a map --- src/directoryrefresher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/directoryrefresher.h') 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, -- cgit v1.3.1