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

Method rowCount

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

Source from the content-addressed store, hash-verified

273}
274
275int VersionProxyModel::rowCount(const QModelIndex& parent) const
276{
277 if (sourceModel()) {
278 return sourceModel()->rowCount(parent);
279 }
280 return 0;
281}
282
283void VersionProxyModel::sourceDataChanged(const QModelIndex& source_top_left, const QModelIndex& source_bottom_right)
284{

Callers 1

indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected