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

Method showStyle

gui/mainwindow.cpp:1543–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1541}
1542
1543void MainWindow::showStyle(bool checked)
1544{
1545 mUI->mResults->showResults(ShowTypes::ShowStyle, checked);
1546}
1547
1548void MainWindow::showErrors(bool checked)
1549{

Callers

nothing calls this directly

Calls 1

showResultsMethod · 0.45

Tested by

no test coverage detected