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-07-09 01:49:35 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:44 +0300
commitc4c866b1dea0e1205e9da45a0eb7c7d290dcaffb (patch)
tree220f707849b0a18c5c9e0829d236656a21feecc9 /qt/mainwindow.cpp
parent5f04609fff0976ad1e45902beefd8b8bef93beaa (diff)
Refactoring of maps update after downloading:
- Delay maps deleting and updating if mwm is busy; - Fix bugs with different mwm maps status; - Add better function for country bounds; - Simplify Storage logic;
Diffstat (limited to 'qt/mainwindow.cpp')
-rw-r--r--qt/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp
index a28f7e6c0f..9f888a0f85 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -366,7 +366,7 @@ void MainWindow::OnPreferences()
#ifndef NO_DOWNLOADER
void MainWindow::ShowUpdateDialog()
{
- UpdateDialog dlg(this, m_pDrawWidget->GetFramework().Storage());
+ UpdateDialog dlg(this, m_pDrawWidget->GetFramework());
dlg.ShowModal();
}