From 0328331722401185967591561440651065055658 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 17 Feb 2021 15:46:30 -0500 Subject: Command Palette enhancements --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') 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; }; -- cgit v1.3.1