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:
-rw-r--r--qt/draw_widget.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt/draw_widget.cpp b/qt/draw_widget.cpp
index 249ca8c2b6..304ecd6691 100644
--- a/qt/draw_widget.cpp
+++ b/qt/draw_widget.cpp
@@ -97,6 +97,10 @@ namespace qt
else
layout.DownloadMap(idx, static_cast<storage::TMapOptions>(opt));
});
+
+ m_framework->SetRouteBuildingListener([] (routing::IRouter::ResultCode, vector<storage::TIndex> const &)
+ {
+ });
}
DrawWidget::~DrawWidget()