summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchView.h')
-rw-r--r--src/search/SearchView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h
index 83a64c2..9365ddc 100644
--- a/src/search/SearchView.h
+++ b/src/search/SearchView.h
@@ -28,6 +28,7 @@ private:
ui::Textbox * searchField;
ui::Label * infoLabel;
ui::Label * tagsLabel;
+ ui::Label * motdLabel;
ui::Button * sortButton;
ui::Button * ownButton;
ui::Spinner * loadingSpinner;
@@ -46,6 +47,7 @@ public:
void NotifyShowOwnChanged(SearchModel * sender);
void NotifyShowFavouriteChanged(SearchModel * sender);
void NotifyAuthUserChanged(Client * sender);
+ void NotifyMessageOfTheDay(Client * sender);
void CheckAccess();
virtual void OnTryOkay(OkayMethod method);
SearchView();