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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-03-14 18:14:42 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:53:18 +0300
commit33cd80174d48317d01bb0d65bfb2068375e962f6 (patch)
treec2b88323f32ead202885b89937af2536b4ee0d03 /qt
parent3d03aee9328e3b18ae056376fcf8c301d5b95b36 (diff)
[new downloader] qt browser. Processing status Partly for group mwm.
Diffstat (limited to 'qt')
-rw-r--r--qt/update_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp
index e7f6794e9a..8d4743c10c 100644
--- a/qt/update_dialog.cpp
+++ b/qt/update_dialog.cpp
@@ -183,6 +183,7 @@ namespace qt
case NodeStatus::NotDownloaded:
case NodeStatus::Error:
+ case NodeStatus::Partly:
st.DownloadNode(countryId);
break;