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
This commit is contained in:
Bill Somerville 2018-04-01 21:46:36 +00:00
parent 74379f9f3e
commit 62eabce723
1 changed files with 2 additions and 2 deletions

View File

@ -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)