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

Method toString

gui/erroritem.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37class GuiSeverity {
38public:
39 static QString toString(Severity severity) {
40 return QString::fromStdString(severityToString(severity));
41 }
42
43 static Severity fromString(const QString &severity) {
44 return severityFromString(severity.toStdString());

Callers

nothing calls this directly

Calls 1

severityToStringFunction · 0.85

Tested by

no test coverage detected