gui: fixed compiler error
This commit is contained in:
parent
395c0055e4
commit
5616a9569e
|
@ -324,7 +324,6 @@ Settings MainWindow::GetCppcheckSettings()
|
|||
result._verbose = true;
|
||||
result._force = mSettings->value(SETTINGS_CHECK_FORCE, 1).toBool();
|
||||
result._xml = false;
|
||||
result._unusedFunctions = false;
|
||||
result._jobs = mSettings->value(SETTINGS_CHECK_THREADS, 1).toInt();
|
||||
|
||||
if (result._jobs <= 0)
|
||||
|
|
Loading…
Reference in New Issue