]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Fix some compile warnings
[dolphin.git] / src / dolphinmainwindow.cpp
index 48e67733d3b031133937eabc212c29bf2695cc1c..abde14cdd9bd80ee98a612de7c367e5f22218e9b 100644 (file)
@@ -411,6 +411,8 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
             case QDialogButtonBox::No:
                 // Close only the current tab
                 m_tabWidget->closeTab();
+                // Do not quit, ignore quit event
+                // fall through
             default:
                 event->ignore();
                 return;