From 1901ad30a337e506abd19264ee30aaf70118da28 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sun, 6 Dec 2020 14:57:00 -0500 Subject: Cleanup flowgraph related highlights API. --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 0a9bf4c1..fc19c42c 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -220,6 +220,7 @@ public: bool navigateWithHistoryEntry(FunctionRef func, uint64_t addr, FlowGraphHistoryEntry* entry); void setNavigationTarget(View* target) { m_navigationTarget = target; } + virtual void clearRelatedHighlights(); virtual void setRelatedIndexHighlights(const std::set& related); virtual void setRelatedInstructionHighlights(const std::set& related); -- cgit v1.3.1