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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-05-17 22:55:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:25 +0300
commit3b06c903f7538d2388a9d9932596cced8a8bdc38 (patch)
tree3ecd108c12348d524f12b8b5e4ed22468fc1a07c /qt/mainwindow.hpp
parent1d70a6e803824f1ad53837ecf5b7ea967775d4ca (diff)
Knee-search v0.2, limited to viewport only
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 0635a409e7..6ad9fbd9fc 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -6,6 +6,11 @@
class QDockWidget;
+namespace search
+{
+ class Result;
+}
+
namespace qt
{
class DrawWidget;
@@ -38,7 +43,7 @@ namespace qt
private:
void OnLocationFound();
- void OnSearchResult(string const & name, m2::RectD const & rect);
+ void OnSearchResult(search::Result const & result);
protected:
#ifdef DEBUG // code removed for desktop releases