diff options
| author | FrankBro <brodeur_francois@hotmail.com> | 2012-01-22 05:45:10 (GMT) |
|---|---|---|
| committer | FrankBro <brodeur_francois@hotmail.com> | 2012-01-22 05:45:10 (GMT) |
| commit | 57ab7bca76aa94624ca078d7168614eb28ead640 (patch) | |
| tree | 2730cab371676cc92fa19da55838c03cd1b4d2a0 /src/search/SearchController.h | |
| parent | cb92acd0b7dd9e958330a9b8e3c4b302f236542c (diff) | |
| parent | 3a283d4f3c571dc8a891f2cdc348c204f7f9300b (diff) | |
| download | powder-57ab7bca76aa94624ca078d7168614eb28ead640.zip powder-57ab7bca76aa94624ca078d7168614eb28ead640.tar.gz | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/search/SearchController.h')
| -rw-r--r-- | src/search/SearchController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h index c9fdb21..d67743e 100644 --- a/src/search/SearchController.h +++ b/src/search/SearchController.h @@ -4,6 +4,7 @@ #include "interface/Panel.h" #include "SearchModel.h" #include "SearchView.h" +#include "preview/PreviewController.h" class SearchView; class SearchModel; class SearchController @@ -11,6 +12,7 @@ class SearchController private: SearchModel * searchModel; SearchView * searchView; + PreviewController * activePreview; public: SearchController(); ~SearchController(); @@ -20,6 +22,7 @@ public: void PrevPage(); void ChangeSort(); void ShowOwn(bool show); + void OpenSave(int saveID); }; #endif // SEARCHCONTROLLER_H |
