From 1b4276e965aaf381b674d94e8ab631b4355bbd07 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 12 Jun 2011 19:24:00 +0300 Subject: [PATCH] [qt] Warning fix --- qt/update_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"));