From 62eabce723663c708fc49719c04f1862e5c8350d Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 1 Apr 2018 21:46:36 +0000 Subject: [PATCH] Tidy a minor cosmetic issue git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8598 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 442d9970f..1ba2b456e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7206,10 +7206,10 @@ void MainWindow::on_cbMenus_toggled(bool b) hideMenus(!b); } -void MainWindow::on_cbCQonly_toggled(bool b) +void MainWindow::on_cbCQonly_toggled(bool) { QFile {m_config.temp_dir().absoluteFilePath(".lock")}.remove(); // Allow jt9 to start - decodeBusy(true or b); //"or b" to silence compiler warning + decodeBusy(true); } void MainWindow::on_cbFirst_toggled(bool b)