summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-08-16 16:58:37 +0800
committerXusheng <xusheng@vector35.com>2021-09-16 09:58:34 +0800
commit4c2b429cabe255fdf4f3cfde6e5175c0eb993703 (patch)
treed338708727abf3613e183e8110a7944f68e46afb
parentd941d3c1dab5f32df25c9cb7383898da2b6742e2 (diff)
Support expand/collapse all in TypesView
-rw-r--r--ui/typeview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h
index 07acf3c4..ca547090 100644
--- a/ui/typeview.h
+++ b/ui/typeview.h
@@ -272,6 +272,8 @@ private Q_SLOTS:
void updateLineNumberAreaWidth(size_t lineCount);
void focusFilter();
void toggleCollapseType();
+ void collapseAll();
+ void expandAll();
};