Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-08-03 13:53:12 +0300
committerYuri Gorshenin <y@maps.me>2016-08-12 18:35:01 +0300
commitb72a10679c823feab5a1789deaabd05618f050ed (patch)
tree86f8167b3ac2af31f506121dcc6dd4918dd9bec5 /qt/search_panel.hpp
parentca03f82cad913422aaf67fb97b85c5fc542c0f07 (diff)
[search] Refactored search API.
Diffstat (limited to 'qt/search_panel.hpp')
-rw-r--r--qt/search_panel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/search_panel.hpp b/qt/search_panel.hpp
index d1ff5ad1bc..1d253481fb 100644
--- a/qt/search_panel.hpp
+++ b/qt/search_panel.hpp
@@ -1,7 +1,7 @@
#pragma once
#include "search/result.hpp"
-#include "search/params.hpp"
+#include "search/everywhere_search_params.hpp"
#include "std/vector.hpp"
@@ -37,7 +37,7 @@ class SearchPanel : public QWidget
typedef search::Result ResultT;
vector<ResultT> m_results;
- search::SearchParams m_params;
+ search::EverywhereSearchParams m_params;
Q_OBJECT