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
path: root/qt
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-11-09 12:58:11 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-11-09 15:33:09 +0300
commitcb3890ab6f51e9a571ee998ebe4221fc2a89d8c2 (patch)
tree5dc9e3b3814ccb589afd0933db49d5a972cf636c /qt
parentfdb316f3de6af03eb40e4687601af611bc6d069b (diff)
[search] move everywhere search params and viewport search params into map project
Diffstat (limited to 'qt')
-rw-r--r--qt/draw_widget.hpp2
-rw-r--r--qt/search_panel.hpp3
2 files changed, 3 insertions, 2 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index d2699499a0..46edb9e1e5 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -2,10 +2,10 @@
#include "qt/qt_common/map_widget.hpp"
+#include "map/everywhere_search_params.hpp"
#include "map/place_page_info.hpp"
#include "map/routing_manager.hpp"
-#include "search/everywhere_search_params.hpp"
#include "search/result.hpp"
#include "routing/router.hpp"
diff --git a/qt/search_panel.hpp b/qt/search_panel.hpp
index 26bb25f60d..9755d37948 100644
--- a/qt/search_panel.hpp
+++ b/qt/search_panel.hpp
@@ -1,7 +1,8 @@
#pragma once
+#include "map/everywhere_search_params.hpp"
+
#include "search/result.hpp"
-#include "search/everywhere_search_params.hpp"
#include "base/thread_checker.hpp"