GUI: use new style API to enable style checks.

This commit is contained in:
Kimmo Varis 2010-09-06 23:28:41 +03:00
parent 1dfab9f02c
commit c0d1bfeedf
1 changed files with 1 additions and 1 deletions

View File

@ -362,9 +362,9 @@ Settings MainWindow::GetCppcheckSettings()
}
}
result.addEnabled("style");
result.debug = false;
result.debugwarnings = mSettings->value(SETTINGS_SHOW_DEBUG_WARNINGS, 0).toBool();
result._checkCodingStyle = true;
result._errorsOnly = false;
result._verbose = true;
result._force = mSettings->value(SETTINGS_CHECK_FORCE, 1).toBool();