astyle fix

This commit is contained in:
Reijo Tomperi 2009-07-04 15:54:28 +03:00
parent a7c1d99d01
commit 6e378615cf
2 changed files with 10 additions and 9 deletions

View File

@ -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();
}