mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-26 14:18:38 -05:00
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:
parent
74379f9f3e
commit
62eabce723
@ -7206,10 +7206,10 @@ void MainWindow::on_cbMenus_toggled(bool b)
|
|||||||
hideMenus(!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
|
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)
|
void MainWindow::on_cbFirst_toggled(bool b)
|
||||||
|
Loading…
Reference in New Issue
Block a user