diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 869c3bf6..46c484c3 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -234,13 +234,15 @@ class BINARYNINJAUIAPI FlowGraphWidget : void disableZoom(); virtual void sendWheelEvent(QWheelEvent* event) override; + virtual bool canCut() override; + virtual bool canCopy() override; + virtual bool canPaste() override; virtual void cut() override; virtual void copy(TransformRef xform) override; virtual void paste(TransformRef xform) override; virtual bool canAssemble() override; virtual bool canCompile() override; - virtual bool canPaste() override; virtual void closing() override; |
