MCPcopy Create free account
hub / github.com/MultiMC/Launcher / category

Method category

launcher/ui/instanceview/InstanceView.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211VisualGroup *InstanceView::category(const QModelIndex &index) const
212{
213 return category(index.data(InstanceViewRoles::GroupRole).toString());
214}
215
216VisualGroup *InstanceView::category(const QString &cat) const
217{

Callers 1

updateGeometriesMethod · 0.95

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected