MCPcopy Create free account
hub / github.com/davidar/tensor / rowCount

Method rowCount

client/models/messageeventmodel.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84// }
85
86int MessageEventModel::rowCount(const QModelIndex& parent) const
87{
88 if( parent.isValid() )
89 return 0;
90 return m_currentMessages.count();
91}
92
93QVariant MessageEventModel::data(const QModelIndex& index, int role) const
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected