From e610029c1425fdb791b3570a4397dffcad420111 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 12 Sep 2024 12:15:26 -0400 Subject: adding copy to search results --- ui/searchresult.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/searchresult.h b/ui/searchresult.h index e6d97f98..779b815b 100644 --- a/ui/searchresult.h +++ b/ui/searchresult.h @@ -220,7 +220,9 @@ class BINARYNINJAUIAPI SearchResultTable : public QTableView SearchResultModel* model() const { return m_table; } - void StopTimer(); + void StopTimer(); + + void copy(); public Q_SLOTS: void resultActivated(const QModelIndex& idx); -- cgit v1.3.1