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:
Kimmo Varis 2011-01-05 23:33:53 +02:00
parent c74b2e3cbf
commit b7a3fc4908
1 changed files with 1 additions and 0 deletions

View File

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