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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-06-12 20:24:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:32 +0300
commit1b4276e965aaf381b674d94e8ab631b4355bbd07 (patch)
tree196ece8c1058023f3fc129df7264540f80eb4db7
parentb7c9d664bfcc90bc917e583d4c0baea138f62853 (diff)
[qt] Warning fix
-rw-r--r--qt/update_dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp
index e361001491..1cd9cac137 100644
--- a/qt/update_dialog.cpp
+++ b/qt/update_dialog.cpp
@@ -236,6 +236,8 @@ namespace qt
dlg.exec();
}
break;
+ default: /// @TODO handle all other cases
+ break;
}
// if (updateSize < 0)
// ;//m_label->setText(QObject::tr("No update is available"));