Fixed Qt build

This commit is contained in:
r.kuznetsov 2018-01-11 11:01:01 +03:00 committed by Arsentiy Milchakov
parent 6a760bc7dd
commit 49f618f651

View file

@ -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()));
}