summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 2344e2e9..392e8dd9 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -254,6 +254,7 @@ class BINARYNINJAUIAPI FlowGraphWidget :
void disableZoom();
virtual void sendWheelEvent(QWheelEvent* event) override;
+ virtual bool canCopyWithTransform() override;
virtual bool canCut() override;
virtual bool canCopy() override;
virtual bool canPaste() override;