From 5f1670ce4588612b06b383aaecdb21d1c6f31ddf Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 7 Oct 2021 13:23:34 -0600 Subject: Allow tab split options on reports --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 2064e99b..6919297f 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -300,6 +300,8 @@ public: bool getEdgeForMouseEvent(QMouseEvent* event, FlowGraphNodeRef& source, BinaryNinja::FlowGraphEdge& edge, bool& incoming); + FlowGraphWidget* duplicate(); + Q_SIGNALS: void layoutComplete(); void updateMiniGraph(); -- cgit v1.3.1