MCPcopy Create free account
hub / github.com/KDE/kdevelop / label

Function label

kdevplatform/shell/problemstorenode.h:108–110  ·  view source on GitHub ↗

Returns the label of this node, if there's one

Source from the content-addressed store, hash-verified

106
107 /// Returns the label of this node, if there's one
108 virtual QString label() const{
109 return QString();
110 }
111
112 /// Returns the node's stored problem, if there's such
113 virtual IProblem::Ptr problem() const{

Callers 1

cancelMethod · 0.85

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected