MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / getIndexAt

Method getIndexAt

Source/GUI/StructEditor/StructDetailModel.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710QModelIndex StructDetailModel::getIndexAt(int row, int col)
711{
712 return createIndex(row, col);
713}

Callers 2

onAddPaddingFieldMethod · 0.80
onAddFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected