astyle fix
This commit is contained in:
parent
a7c1d99d01
commit
6e378615cf
|
@ -443,7 +443,8 @@ void MainWindow::UncheckAll()
|
|||
void MainWindow::closeEvent(QCloseEvent *event)
|
||||
{
|
||||
// Check that we aren't checking files
|
||||
if (!mThread->IsChecking()) {
|
||||
if (!mThread->IsChecking())
|
||||
{
|
||||
SaveSettings();
|
||||
event->accept();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue