astyle formatting
This commit is contained in:
parent
1b7f23daa5
commit
cc987d8ff5
|
@ -802,7 +802,7 @@ void MainWindow::ReCheckSelected(QStringList files, bool all)
|
|||
{
|
||||
if (files.empty())
|
||||
return;
|
||||
if(mThread->IsChecking())
|
||||
if (mThread->IsChecking())
|
||||
return;
|
||||
|
||||
// Clear details, statistics and progress
|
||||
|
|
|
@ -571,7 +571,7 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
|
|||
hideallid->setDisabled(true);
|
||||
opencontainingfolder->setDisabled(true);
|
||||
}
|
||||
if(mThread->IsChecking())
|
||||
if (mThread->IsChecking())
|
||||
recheckSelectedFiles->setDisabled(true);
|
||||
else
|
||||
recheckSelectedFiles->setDisabled(false);
|
||||
|
|
Loading…
Reference in New Issue