summaryrefslogtreecommitdiff
path: root/src/filetreemodel.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-07 14:02:00 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-07 14:02:00 -0500
commitd0c16e60d734fe2f72c387552559bf125554fb2d (patch)
tree10dbef4570b5d69cdb19525d56d5de821b0c9c89 /src/filetreemodel.h
parent2b0a720863a26faebdc240f4db29dd39c7a035b6 (diff)
just disable recursive filtering when fully loading
switching models clears persistent indexes and collapses everything
Diffstat (limited to 'src/filetreemodel.h')
-rw-r--r--src/filetreemodel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/filetreemodel.h b/src/filetreemodel.h
index dfee597f..fbc7ec44 100644
--- a/src/filetreemodel.h
+++ b/src/filetreemodel.h
@@ -50,6 +50,12 @@ public:
void refresh();
void clear();
+
+ bool fullyLoaded() const
+ {
+ return m_fullyLoaded;
+ }
+
void ensureFullyLoaded();
bool enabled() const;