astyle formatting.
This commit is contained in:
parent
84853aa7f9
commit
9eda0ce52c
|
@ -46,7 +46,8 @@ void ThreadHandler::SetFiles(const QStringList &files)
|
|||
|
||||
void ThreadHandler::Check(Settings settings, bool recheck)
|
||||
{
|
||||
if (recheck && mRunningThreadCount == 0) {
|
||||
if (recheck && mRunningThreadCount == 0)
|
||||
{
|
||||
mResults.SetFiles(mLastFiles);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue