summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-12 14:15:47 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-12 14:15:47 (GMT)
commit5d3d1d4916cf6d126b54c8bbfb9ba67e27a2e789 (patch)
treec25f80f42de7d771011f5809bb34ea58d6f50938 /src/search/SearchView.h
parent08b4e5553aa10df74c4fdb0ba519fb700fa8100b (diff)
downloadpowder-5d3d1d4916cf6d126b54c8bbfb9ba67e27a2e789.zip
powder-5d3d1d4916cf6d126b54c8bbfb9ba67e27a2e789.tar.gz
Message of the day and user session check on startup
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();