diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-07 13:23:34 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-07 13:23:34 -0600 |
| commit | 5f1670ce4588612b06b383aaecdb21d1c6f31ddf (patch) | |
| tree | facb88be17fae3389cc51a7adb13a2905cde9aec /ui/flowgraphwidget.h | |
| parent | b84383bfe8662e00d5699241097758b6a6e9d421 (diff) | |
Allow tab split options on reports
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
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(); |
