MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / at

Method at

launcher/ui/pages/instance/ServersPage.cpp:410–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 Server * at(int index)
411 {
412 if(index < 0 || index >= rowCount())
413 {
414 return nullptr;
415 }
416 return &m_servers[index];
417 }
418
419 void setName(int row, const QString & name)
420 {

Callers 9

onSelectionChangedMethod · 0.45
onSelectionChangedFunction · 0.45
onSelectionChangedFunction · 0.45
onSelectionChangedMethod · 0.45
loadMethod · 0.45
updateStateMethod · 0.45
loadSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected