MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / rowCount

Method rowCount

launcher/VersionProxyModel.cpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282int VersionProxyModel::rowCount(const QModelIndex& parent) const
283{
284 if (sourceModel()) {
285 return sourceModel()->rowCount(parent);
286 }
287 return 0;
288}
289
290void VersionProxyModel::sourceDataChanged(const QModelIndex& source_top_left, const QModelIndex& source_bottom_right)
291{

Callers 1

indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected