diff options
| author | Peter LaFosse <peter@vector35.com> | 2026-03-27 12:40:52 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2026-03-27 15:21:44 -0400 |
| commit | 4b9edd0e5a7d9c4083ead51199ddbc629dc4154f (patch) | |
| tree | 62aa5305768c56e513fe44401f4bf373c3b3cc63 /ui | |
| parent | f860e52fe85837ba9e1a9df578b54ab12a983089 (diff) | |
Add VariableList::updateCrossReferences declaration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/variablelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/variablelist.h b/ui/variablelist.h index 923919ff..0b09a6d2 100644 --- a/ui/variablelist.h +++ b/ui/variablelist.h @@ -254,6 +254,9 @@ class BINARYNINJAUIAPI VariableList : public SidebarWidget, public FilterTarget //! Copy selected variables to clipboard void copy(); + //! Notify cross-reference panels about the current selection. + void updateCrossReferences(); + virtual void setFilter(const std::string& filter, FilterOptions options) override; virtual void scrollToFirstItem() override; virtual void scrollToCurrentItem() override; |
