diff options
Diffstat (limited to 'src/search/SearchController.h')
| -rw-r--r-- | src/search/SearchController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h index cbef93a..c9fdb21 100644 --- a/src/search/SearchController.h +++ b/src/search/SearchController.h @@ -16,6 +16,10 @@ public: ~SearchController(); SearchView * GetView() { return searchView; } void DoSearch(std::string query); + void NextPage(); + void PrevPage(); + void ChangeSort(); + void ShowOwn(bool show); }; #endif // SEARCHCONTROLLER_H |
