MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setCanonicalName

Method setCanonicalName

core/bindingnode.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void BindingNode::setCanonicalName(const QString &name)
126{
127 m_canonicalName = name;
128}
129void BindingNode::setSourceLocation(const SourceLocation &location)
130{
131 m_sourceLocation = location;

Callers 3

createBindingNodeMethod · 0.80
findDependenciesForMethod · 0.80
findBindingsForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected