MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / rowCount

Method rowCount

ElaWidgetToolsExample/ModelView/T_LogModel.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12int T_LogModel::rowCount(const QModelIndex& parent) const
13{
14 return this->_logList.count();
15}
16
17QVariant T_LogModel::data(const QModelIndex& index, int role) const
18{

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected