summaryrefslogtreecommitdiff
path: root/src/search/SearchController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchController.h')
-rw-r--r--src/search/SearchController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search/SearchController.h b/src/search/SearchController.h
index e015648..cf34830 100644
--- a/src/search/SearchController.h
+++ b/src/search/SearchController.h
@@ -17,6 +17,10 @@ private:
SearchView * searchView;
PreviewController * activePreview;
ControllerCallback * callback;
+
+ double nextQueryTime;
+ std::string nextQuery;
+ bool nextQueryDone;
public:
class OpenCallback;
bool HasExited;