summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-19 20:10:05 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-19 20:10:05 (GMT)
commitc5e8b345219cd7d8ca4b0aa638f59a1fed2cd83b (patch)
tree0d324f7b8d5bf6978f4543af415248b474676b97 /src/search/SearchView.h
parent6d3b447f8e32fdaccdb3727af4d72d341e191e94 (diff)
downloadpowder-c5e8b345219cd7d8ca4b0aa638f59a1fed2cd83b.zip
powder-c5e8b345219cd7d8ca4b0aa638f59a1fed2cd83b.tar.gz
Add "cajun" for JSON reading and writing, Save searching in client and some more stuff for searcg
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 c68d42c..795fb74 100644
--- a/src/search/SearchView.h
+++ b/src/search/SearchView.h
@@ -5,6 +5,7 @@
#include "SearchController.h"
#include "interface/SaveButton.h"
#include "interface/Button.h"
+#include "interface/Label.h"
using namespace std;
@@ -18,6 +19,7 @@ private:
vector<ui::SaveButton*> saveButtons;
ui::Button * nextButton;
ui::Button * previousButton;
+ ui::Label * errorLabel;
public:
void NotifySaveListChanged(SearchModel * sender);
SearchView();