diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 | ||||
| -rw-r--r-- | ui/linearview.h | 1 |
2 files changed, 2 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; diff --git a/ui/linearview.h b/ui/linearview.h index 9b2093ba..969dcd5f 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -445,6 +445,7 @@ public: virtual void followPointer(); + virtual bool canCopyWithTransform() override; virtual void cut() override; virtual void copy(TransformRef xform = nullptr) override; virtual void paste(TransformRef xform = nullptr) override; |
