Fix GUI build
This commit is contained in:
parent
d8997bb43f
commit
a24c3b1d36
|
@ -896,7 +896,6 @@ Settings MainWindow::getCppcheckSettings()
|
|||
result.addEnabled("missingInclude");
|
||||
if (!result.buildDir.empty())
|
||||
result.addEnabled("unusedFunction");
|
||||
result.debug = false;
|
||||
result.debugwarnings = mSettings->value(SETTINGS_SHOW_DEBUG_WARNINGS, false).toBool();
|
||||
result.quiet = false;
|
||||
result.verbose = true;
|
||||
|
|
Loading…
Reference in New Issue