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

Method name

ui/clienttoolmanager.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138QString ToolInfo::name() const
139{
140 if (!m_factory)
141 return m_toolId;
142 return m_factory->name();
143}
144
145bool ToolInfo::remotingSupported() const
146{

Callers 1

toolLessThanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected