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/tokenizedtextview.h | |
| parent | c68f8d48afb9b3e6cdac363c8a578a051ad6e21d (diff) | |
Command Palette enhancements
Diffstat (limited to 'ui/tokenizedtextview.h')
| -rw-r--r-- | ui/tokenizedtextview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h index 26a96555..708673bb 100644 --- a/ui/tokenizedtextview.h +++ b/ui/tokenizedtextview.h @@ -33,6 +33,7 @@ class BINARYNINJAUIAPI TokenizedTextViewHistoryEntry : public HistoryEntry void setCursorLine(size_t line) { m_cursorLine = line; } 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; }; |
