GUI: Enable performance- and portability checks.

The CLI/LIB change earlier added own enable-flag for performance-
and portability-checks. This commit updates GUI to also enable
those new enable-flags.
This commit is contained in:
Kimmo Varis 2011-09-04 21:26:31 +03:00
parent c2b76cd41f
commit bb5e531c7f
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ Settings MainWindow::GetCppcheckSettings()
}
result.addEnabled("style");
result.addEnabled("performance");
result.addEnabled("portability");
result.addEnabled("information");
result.addEnabled("missingInclude");
result.debug = false;