diff options
| -rw-r--r-- | ui/searchresult.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/searchresult.h b/ui/searchresult.h index 17a06333..e6d97f98 100644 --- a/ui/searchresult.h +++ b/ui/searchresult.h @@ -220,6 +220,8 @@ class BINARYNINJAUIAPI SearchResultTable : public QTableView SearchResultModel* model() const { return m_table; } + void StopTimer(); + public Q_SLOTS: void resultActivated(const QModelIndex& idx); void updateFilter(const QString& filterText); |
