]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Add Trash (empty, isEmpty, emptinessChanged)
[dolphin.git] / src / dolphinmainwindow.cpp
index 462675c09a41be884bd6c565214e5f72f2c41803..87f974fc1513f363074ca717c5bc86eaf73f5b65 100644 (file)
@@ -410,8 +410,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
             case QDialogButtonBox::No:
                 // Close only the current tab
                 m_tabWidget->closeTab();
-                // Do not quit, ignore quit event
-                // fall through
+                Q_FALLTHROUGH();
             default:
                 event->ignore();
                 return;