diff options
| -rw-r--r-- | ui/typeview.h | 2 |
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(); }; |
