]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Revert "Fix some compile warnings"
[dolphin.git] / src / dolphinmainwindow.cpp
index 462675c09a41be884bd6c565214e5f72f2c41803..762e21f940834951423357f070e2302bd898fd79 100644 (file)
@@ -410,8 +410,6 @@ 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;