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

Method rowCount

Source/GUI/StructEditor/StructDetailModel.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int StructDetailModel::rowCount(const QModelIndex& parent) const
28{
29 (void)parent;
30 return static_cast<int>(m_fields.count());
31}
32
33QVariant StructDetailModel::data(const QModelIndex& index, int role) const
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected