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:
authorvng <viktor.govako@gmail.com>2012-06-05 03:36:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:25 +0300
commit448743c7b65b48d8129f135ed781c11dce7ecb07 (patch)
tree6606b187ff662e6d91668ac71f628fdae5b2f3d3 /qt/mainwindow.cpp
parent6ec4fcf436c9e4792b6bca2978c343748f79f9c6 (diff)
Compilation fixes.
Diffstat (limited to 'qt/mainwindow.cpp')
-rw-r--r--qt/mainwindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp
index a385e7ec76..1aa9369c94 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -143,10 +143,6 @@ bool MainWindow::winEvent(MSG * msg, long * result)
MainWindow::~MainWindow()
{
SaveState();
-#ifndef NO_DOWNLOADER
- if (m_updateDialog)
- m_updateDialog->DetachFromStorage();
-#endif
}
void MainWindow::SaveState()