summaryrefslogtreecommitdiff
path: root/src/datatab.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/datatab.h
parent2b0a720863a26faebdc240f4db29dd39c7a035b6 (diff)
just disable recursive filtering when fully loading
switching models clears persistent indexes and collapses everything
Diffstat (limited to 'src/datatab.h')
-rw-r--r--src/datatab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datatab.h b/src/datatab.h
index 1e006898..a0f29a5f 100644
--- a/src/datatab.h
+++ b/src/datatab.h
@@ -56,4 +56,5 @@ private:
void onConflicts();
void onArchives();
void updateOptions();
+ void ensureFullyLoaded();
};