MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / showErrors

Method showErrors

gui/mainwindow.cpp:1548–1551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1546}
1547
1548void MainWindow::showErrors(bool checked)
1549{
1550 mUI->mResults->showResults(ShowTypes::ShowErrors, checked);
1551}
1552
1553void MainWindow::showWarnings(bool checked)
1554{

Callers

nothing calls this directly

Calls 1

showResultsMethod · 0.45

Tested by

no test coverage detected