diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-07-29 21:17:38 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-07-29 21:18:15 -0400 |
| commit | 4c1e6c0348fd0d275c077b93db06fa7d82c1941f (patch) | |
| tree | 3d80615afdff4f989ebf56975ad9db7f395c1b9d /ui/symbolsview.h | |
| parent | 1a4a0f56dc17e68e5743fa3a550b46992ec461e1 (diff) | |
Fix some sidebar focus issues and add a toggle command
Diffstat (limited to 'ui/symbolsview.h')
| -rw-r--r-- | ui/symbolsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/symbolsview.h b/ui/symbolsview.h index 26a0a7d0..0a948d81 100644 --- a/ui/symbolsview.h +++ b/ui/symbolsview.h @@ -49,6 +49,7 @@ public: void toggleLocalDataVars() { m_funcList->toggleLocalDataVars(); } virtual QWidget* headerWidget() override { return m_header; } + virtual void focus() override; protected: virtual void contextMenuEvent(QContextMenuEvent* event) override; |
