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

Method addSuppression

gui/projectfiledialog.cpp:929–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929void ProjectFileDialog::addSuppression()
930{
931 NewSuppressionDialog dlg;
932 if (dlg.exec() == QDialog::Accepted) {
933 addSingleSuppression(dlg.getSuppression());
934 }
935}
936
937void ProjectFileDialog::removeSuppression()
938{

Callers

nothing calls this directly

Calls 1

getSuppressionMethod · 0.80

Tested by

no test coverage detected