gui: fixed compiler error

This commit is contained in:
Daniel Marjamäki 2009-11-15 17:47:23 +01:00
parent 395c0055e4
commit 5616a9569e
1 changed files with 0 additions and 1 deletions

View File

@ -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)