summaryrefslogtreecommitdiff
path: root/src/search/SearchView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-20 22:07:49 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-20 22:07:49 (GMT)
commitc8073657fcbfd1bfa72538d7babe4964857e7101 (patch)
treef3488e993c9828121b2f89ed2f639d2ebbe54dc9 /src/search/SearchView.h
parentc5e8b345219cd7d8ca4b0aa638f59a1fed2cd83b (diff)
downloadpowder-c8073657fcbfd1bfa72538d7babe4964857e7101.zip
powder-c8073657fcbfd1bfa72538d7babe4964857e7101.tar.gz
More stuff, need to fix memory leak
Diffstat (limited to 'src/search/SearchView.h')
-rw-r--r--src/search/SearchView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h
index 795fb74..8777c30 100644
--- a/src/search/SearchView.h
+++ b/src/search/SearchView.h
@@ -6,6 +6,7 @@
#include "interface/SaveButton.h"
#include "interface/Button.h"
#include "interface/Label.h"
+#include "interface/Textbox.h"
using namespace std;
@@ -20,6 +21,8 @@ private:
ui::Button * nextButton;
ui::Button * previousButton;
ui::Label * errorLabel;
+ ui::Textbox * searchField;
+ void doSearch();
public:
void NotifySaveListChanged(SearchModel * sender);
SearchView();