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
path: root/qt
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-03-17 11:24:33 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:43 +0300
commita661a122db75bd7ac14e6193e0ccc00ed6bc2f4d (patch)
treeb8a129e9d4ad21d32d1bbb12d8f7ce744d8c64fa /qt
parent6c6ffdebfdba2b97278821fd095f523691a4be87 (diff)
Minor renaming.
Diffstat (limited to 'qt')
-rw-r--r--qt/search_panel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/search_panel.cpp b/qt/search_panel.cpp
index 3f275426b2..2077a5b0ad 100644
--- a/qt/search_panel.cpp
+++ b/qt/search_panel.cpp
@@ -137,7 +137,7 @@ void SearchPanel::OnSearchResult(ResultsT * results)
int const rowCount = m_pTable->rowCount();
m_pTable->insertRow(rowCount);
m_pTable->setCellWidget(rowCount, 1, new QLabel(strHigh));
- m_pTable->setItem(rowCount, 2, CreateItem(QString::fromStdString(res.GetRegion())));
+ m_pTable->setItem(rowCount, 2, CreateItem(QString::fromStdString(res.GetAddress())));
if (res.GetResultType() == ResultT::RESULT_FEATURE)
{