summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-09-12 12:15:26 -0400
committerJordan Wiens <jordan@psifertex.com>2024-09-12 12:15:26 -0400
commite610029c1425fdb791b3570a4397dffcad420111 (patch)
tree632a826ef00fa16d95b55ee9e6e00eaae3cb9da7
parent3a4fb594eb6946ae67d9c47fb93927d5f9ce83ae (diff)
adding copy to search results
-rw-r--r--ui/searchresult.h4
1 files changed, 3 insertions, 1 deletions
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);