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

Method setRow

kdevplatform/project/projectmodel.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335void ProjectBaseItem::setRow( int row )
336{
337 Q_D(ProjectBaseItem);
338 d->row = row;
339}
340
341void ProjectBaseItem::setText( const QString& text )
342{

Callers 1

appendRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected