MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / operator<

Function operator<

launcher/ui/instanceview/InstanceView.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140};
141
142inline bool operator<(const LocaleString& lhs, const LocaleString& rhs)
143{
144 return (QString::localeAwareCompare(lhs, rhs) < 0);
145}
146
147void InstanceView::updateScrollbar()
148{

Callers 2

operator<Method · 0.85
operator<Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected