GUI: Enable information messages.
Dan added new enable-flag for information messages in commit 033e759
.
Enable that flag for GUI so that the information messages are visible
in the GUI.
This commit is contained in:
parent
c74b2e3cbf
commit
b7a3fc4908
|
@ -391,6 +391,7 @@ Settings MainWindow::GetCppcheckSettings()
|
|||
}
|
||||
|
||||
result.addEnabled("style");
|
||||
result.addEnabled("information");
|
||||
result.debug = false;
|
||||
result.debugwarnings = mSettings->value(SETTINGS_SHOW_DEBUG_WARNINGS, false).toBool();
|
||||
result._errorsOnly = false;
|
||||
|
|
Loading…
Reference in New Issue