Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
void ProjectBaseItem::setRow( int row )
336
{
337
Q_D(ProjectBaseItem);
338
d->row = row;
339
}
340
341
void ProjectBaseItem::setText( const QString& text )
342
{
Callers
1
appendRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected