forked from organicmaps/organicmaps
[desktop] Added empty routing callback.
This commit is contained in:
parent
4dda5ac55d
commit
c0bd44f08b
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue