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

Method fromString

gui/erroritem.h:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 static Severity fromString(const QString &severity) {
44 return severityFromString(severity.toStdString());
45 }
46};
47
48/**

Callers

nothing calls this directly

Calls 1

severityFromStringFunction · 0.85

Tested by

no test coverage detected