MCPcopy Create free account
hub / github.com/MultiMC/Launcher / rowCount

Method rowCount

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

Source from the content-addressed store, hash-verified

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

Callers 1

indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected