MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / rowCount

Method rowCount

launcher/VersionProxyModel.cpp:319–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319int VersionProxyModel::rowCount(const QModelIndex &parent) const
320{
321 if(sourceModel())
322 {
323 return sourceModel()->rowCount();
324 }
325 return 0;
326}
327
328void VersionProxyModel::sourceDataChanged(const QModelIndex &source_top_left,
329 const QModelIndex &source_bottom_right)

Callers 1

indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected