summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/stringsview.h4
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;