diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-08-13 16:21:20 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-04 18:55:01 -0600 |
| commit | c80d3d99b9e11c4120cd3a36349d8161f01c7a24 (patch) | |
| tree | e1a5ed642b638f0a4e4d770b35a86f0c04bda5c4 /ui/sidebar.h | |
| parent | 072021568045f1bceb39b3dc217235c5eebc37a9 (diff) | |
Custom tab widget for tear-away tabs
Diffstat (limited to 'ui/sidebar.h')
| -rw-r--r-- | ui/sidebar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/sidebar.h b/ui/sidebar.h index b2ae9261..7d8d1b02 100644 --- a/ui/sidebar.h +++ b/ui/sidebar.h @@ -178,6 +178,8 @@ public: void toggleSidebar(); + void moveContextToContainer(ViewFrame* frame, SidebarWidgetContainer* target); + Q_SIGNALS: void showContents(); void hideContents(); |
