diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-02-17 15:46:30 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-01-13 14:53:21 -0500 |
| commit | 0328331722401185967591561440651065055658 (patch) | |
| tree | a4fed674fe645a42d1b5153ad2b00c2e42bd802e /ui/flowgraphwidget.h | |
| parent | c68f8d48afb9b3e6cdac363c8a578a051ad6e21d (diff) | |
Command Palette enhancements
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 90b86000..056dc7ac 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -63,6 +63,7 @@ class BINARYNINJAUIAPI FlowGraphHistoryEntry : public HistoryEntry void setCurrentAddress(uint64_t a) { m_addr = a; } void setHighlightTokenState(const HighlightTokenState& state) { m_highlight = state; } + virtual QString getDescription() const override; virtual Json::Value serialize() const override; virtual bool deserialize(const Json::Value& value) override; }; |
