summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-10-07 13:23:34 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2021-10-07 13:23:34 -0600
commit5f1670ce4588612b06b383aaecdb21d1c6f31ddf (patch)
treefacb88be17fae3389cc51a7adb13a2905cde9aec /ui/flowgraphwidget.h
parentb84383bfe8662e00d5699241097758b6a6e9d421 (diff)
Allow tab split options on reports
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();