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())
|
if (files.empty())
|
||||||
return;
|
return;
|
||||||
if(mThread->IsChecking())
|
if (mThread->IsChecking())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Clear details, statistics and progress
|
// Clear details, statistics and progress
|
||||||
|
|
|
@ -571,7 +571,7 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
|
||||||
hideallid->setDisabled(true);
|
hideallid->setDisabled(true);
|
||||||
opencontainingfolder->setDisabled(true);
|
opencontainingfolder->setDisabled(true);
|
||||||
}
|
}
|
||||||
if(mThread->IsChecking())
|
if (mThread->IsChecking())
|
||||||
recheckSelectedFiles->setDisabled(true);
|
recheckSelectedFiles->setDisabled(true);
|
||||||
else
|
else
|
||||||
recheckSelectedFiles->setDisabled(false);
|
recheckSelectedFiles->setDisabled(false);
|
||||||
|
|
Loading…
Reference in New Issue