summaryrefslogtreecommitdiff
path: root/src/search/SearchController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchController.h')
-rw-r--r--src/search/SearchController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h
index 10dd9bd..8676145 100644
--- a/src/search/SearchController.h
+++ b/src/search/SearchController.h
@@ -14,6 +14,7 @@ private:
public:
SearchController();
SearchView * GetView() { return searchView; }
+ void DoSearch(std::string query);
};
#endif // SEARCHCONTROLLER_H