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

Method showWarnings

gui/mainwindow.cpp:1553–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1551}
1552
1553void MainWindow::showWarnings(bool checked)
1554{
1555 mUI->mResults->showResults(ShowTypes::ShowWarnings, checked);
1556}
1557
1558void MainWindow::showPortability(bool checked)
1559{

Callers

nothing calls this directly

Calls 1

showResultsMethod · 0.45

Tested by

no test coverage detected