diff options
| author | Elvis Angelaccio <[email protected]> | 2018-03-05 21:56:15 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-03-05 21:56:15 +0100 |
| commit | 2523442d4d67ac5a801728394653f38e0ee8a09a (patch) | |
| tree | 7b08e9d24e2792a9868803c84c400142e01806a4 /src/dolphinmainwindow.cpp | |
| parent | 48b58f830a585b773435c9af5ee2fe8f0c7c641d (diff) | |
Revert "Fix some compile warnings"
This reverts commit 533f050855a50212bba7be57a1590f9ce743e26d.
D10995 has not been approved.
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
