diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/searchresult.h | 4 |
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); |
