From 2523442d4d67ac5a801728394653f38e0ee8a09a Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Mon, 5 Mar 2018 21:56:15 +0100 Subject: Revert "Fix some compile warnings" This reverts commit 533f050855a50212bba7be57a1590f9ce743e26d. D10995 has not been approved. --- src/dolphinmainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 462675c09..762e21f94 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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; -- cgit v1.3