MCPcopy Create free account
hub / github.com/KDE/kdevelop / rowCount

Method rowCount

kdevplatform/project/projectbuildsetmodel.cpp:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293int ProjectBuildSetModel::rowCount( const QModelIndex& parent ) const
294{
295 Q_D(const ProjectBuildSetModel);
296
297 if( parent.isValid() )
298 return 0;
299 return d->items.count();
300}
301
302int ProjectBuildSetModel::columnCount( const QModelIndex& parent ) const
303{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected