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

Method rowCount

kdevplatform/outputview/outputmodel.cpp:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258int OutputModel::rowCount( const QModelIndex& parent ) const
259{
260 Q_D(const OutputModel);
261
262 if( !parent.isValid() )
263 return d->m_filteredItems.count();
264 return 0;
265}
266
267QVariant OutputModel::headerData( int, Qt::Orientation, int ) const
268{

Callers 2

linesParsedMethod · 0.45
benchMethod · 0.45

Calls 2

isValidMethod · 0.45
countMethod · 0.45

Tested by 1

benchMethod · 0.36