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

Function toolLessThan

ui/clienttoolmanager.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static bool toolLessThan(const ToolInfo &lhs, const ToolInfo &rhs)
104{
105 return lhs.name().localeAwareCompare(rhs.name()) < 0;
106}
107
108ToolInfo::ToolInfo(const ToolData &toolData, ToolUiFactory *factory)
109 : m_toolId(toolData.id)

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected