diff options
| author | kat <katherine@vector35.com> | 2022-08-10 09:44:02 -0400 |
|---|---|---|
| committer | kat <katherine@vector35.com> | 2022-08-10 09:44:02 -0400 |
| commit | 4037000b6cb8a184ad098d0eff397518d7fe55b9 (patch) | |
| tree | 01bc3315d8b64d002ce70d67118b82275900db20 /ui/stringsview.h | |
| parent | 1857b0bd22398416293362d8c633f871a6b121e2 (diff) | |
Minor StringsView Fixes
Diffstat (limited to 'ui/stringsview.h')
| -rw-r--r-- | ui/stringsview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/stringsview.h b/ui/stringsview.h index 395763f8..e7be77de 100644 --- a/ui/stringsview.h +++ b/ui/stringsview.h @@ -134,8 +134,8 @@ class BINARYNINJAUIAPI StringsView : public QListView, public View, public Filte void toggleExcludeStringsInBasicBlocks() const { m_list->toggleExcludeStringsInBasicBlocks(); }; void toggleExcludeUnreferencedStrings() const { m_list->toggleExcludeUnreferencedStrings(); }; - virtual void copy(); - virtual bool canCopy(); + void copyText(); + virtual bool canCopy() override; protected: virtual void keyPressEvent(QKeyEvent* event) override; |
