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

Method columnCount

Source/GUI/StructEditor/StructSelectModel.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected