forked from organicmaps/organicmaps
Fixed Qt build
This commit is contained in:
parent
6a760bc7dd
commit
49f618f651
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void SearchPanel::OnSearchResults(uint64_t timestamp, search::Results const & re
|
|||
|
||||
if (res.GetResultType() == search::Result::Type::Feature)
|
||||
{
|
||||
m_pTable->setItem(rowCount, 0, CreateItem(QString::fromStdString(res.GetFeatureType())));
|
||||
m_pTable->setItem(rowCount, 0, CreateItem(QString::fromStdString(res.GetFeatureTypeName())));
|
||||
m_pTable->setItem(rowCount, 3, CreateItem(m_pDrawWidget->GetDistance(res).c_str()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue