diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-05 12:08:51 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-05 12:08:51 (GMT) |
| commit | 05024cc7870606ea9a2ca3840811a665748d52fb (patch) | |
| tree | 61ce0bdb6e29a72f9b44c31f3440dca06cc455c7 /src/search/SearchController.cpp | |
| parent | 4b85d19217ed512d905521f4c050c8b706afc9c2 (diff) | |
| download | powder-05024cc7870606ea9a2ca3840811a665748d52fb.zip powder-05024cc7870606ea9a2ca3840811a665748d52fb.tar.gz | |
Persistent search window responds to user auth events
Diffstat (limited to 'src/search/SearchController.cpp')
| -rw-r--r-- | src/search/SearchController.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/search/SearchController.cpp b/src/search/SearchController.cpp index cd1e5f0..d7d422c 100644 --- a/src/search/SearchController.cpp +++ b/src/search/SearchController.cpp @@ -34,7 +34,8 @@ SearchController::SearchController(ControllerCallback * callback): activePreview(NULL), HasExited(false), nextQueryTime(0.0f), - nextQueryDone(true) + nextQueryDone(true), + searchModel(NULL) { searchModel = new SearchModel(); searchView = new SearchView(); |
