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

Method columnCount

Source/GUI/StructEditor/StructDetailModel.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21int StructDetailModel::columnCount(const QModelIndex& parent) const
22{
23 (void)parent;
24 return STRUCT_COL_NUM;
25}
26
27int StructDetailModel::rowCount(const QModelIndex& parent) const
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected