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:
authorYuri Gorshenin <y@maps.me>2015-09-23 14:24:59 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:19 +0300
commitfd503ac72e67c886b21879760373478345889597 (patch)
tree3447ef04dab681236ffb59faa01aada76bd1e494 /qt/mainwindow.cpp
parentf24a9d26821e0e8f39903d03495281a71ca9df94 (diff)
[search] Fixed SearchEngine threading model.
Diffstat (limited to 'qt/mainwindow.cpp')
-rw-r--r--qt/mainwindow.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp
index 1a830914b8..7a17f446cf 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -359,15 +359,9 @@ void MainWindow::OnMyPosition()
void MainWindow::OnSearchButtonClicked()
{
if (m_pSearchAction->isChecked())
- {
- m_pDrawWidget->GetFramework().PrepareSearch();
-
m_Docks[0]->show();
- }
else
- {
m_Docks[0]->hide();
- }
}
void MainWindow::OnBeforeEngineCreation()