diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-14 16:52:33 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:19 -0500 |
| commit | 08188830a3cf67924980b4183e2ca7a4b5e12c3d (patch) | |
| tree | 95f9213db85466dae4d68c7b92f3db94a9b7ba4b /src/filetreemodel.h | |
| parent | aa63bffd350727041e8fdd4a7fc884fda80a0a4a (diff) | |
removed LEAK_TRACE stuff
refactored DirectoryEntry for lookup maps
filetreemodel: made ensureLoaded() a no-op while refreshing, faster processing for removing rows
Diffstat (limited to 'src/filetreemodel.h')
| -rw-r--r-- | src/filetreemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filetreemodel.h b/src/filetreemodel.h index 8a1738b3..c363266a 100644 --- a/src/filetreemodel.h +++ b/src/filetreemodel.h @@ -57,6 +57,7 @@ private: mutable IconFetcher m_iconFetcher; mutable std::vector<QModelIndex> m_iconPending; mutable QTimer m_iconPendingTimer; + bool m_isRefreshing; bool showConflicts() const { |
