summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h2
1 files changed, 2 insertions, 0 deletions
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();