summaryrefslogtreecommitdiff
path: root/src/filetree.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/filetree.h
parent2b0a720863a26faebdc240f4db29dd39c7a035b6 (diff)
just disable recursive filtering when fully loading
switching models clears persistent indexes and collapses everything
Diffstat (limited to 'src/filetree.h')
-rw-r--r--src/filetree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filetree.h b/src/filetree.h
index 3c3ffc07..c1458179 100644
--- a/src/filetree.h
+++ b/src/filetree.h
@@ -21,6 +21,8 @@ public:
FileTreeModel* model();
void refresh();
void clear();
+
+ bool fullyLoaded() const;
void ensureFullyLoaded();
void open(FileTreeItem* item=nullptr);