summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-21 18:09:09 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-21 12:48:04 -0700
commite536682b84eda7444be1c9b85e0d5942596c6914 (patch)
treeaebfcb65c29609ddc1442281a30c64a55f518d1b /desktop-widgets/mainwindow.cpp
parente47f6df07662feb15c30a7f4bd0df3d1c23a022b (diff)
downloadsubsurface-e536682b84eda7444be1c9b85e0d5942596c6914.tar.gz
desktop-widgets: Change Q_UNUSED to no parameter name
C++ permits use of parameters without name, which signals unused Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r--desktop-widgets/mainwindow.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp
index 030b33b70..883b81d23 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -1655,10 +1655,8 @@ void MainWindow::updateRecentFiles()
updateRecentFilesMenu();
}
-void MainWindow::recentFileTriggered(bool checked)
+void MainWindow::recentFileTriggered(bool)
{
- Q_UNUSED(checked);
-
if (!okToClose(tr("Please save or cancel the current dive edit before opening a new file.")))
return;