]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Show a message if Konsole part is not installed
[dolphin.git] / src / dolphinmainwindow.cpp
index 762e21f940834951423357f070e2302bd898fd79..87f974fc1513f363074ca717c5bc86eaf73f5b65 100644 (file)
@@ -410,6 +410,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
             case QDialogButtonBox::No:
                 // Close only the current tab
                 m_tabWidget->closeTab();
+                Q_FALLTHROUGH();
             default:
                 event->ignore();
                 return;