diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-14 03:19:21 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:25:03 -0500 |
| commit | fb3fbd34211a28b27214abe070c46951057258ca (patch) | |
| tree | 62c1505014682af6f8b88c17f5c985716b0d40fc /src/directoryrefresher.h | |
| parent | 567fe019ac21ee78a07beae1a387ab5688e7f97b (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.h | 1 |
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,
|
