Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ columnCount
Method
columnCount
kdevplatform/project/projectbuildsetmodel.cpp:302–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
int ProjectBuildSetModel::columnCount( const QModelIndex& parent ) const
303
{
304
if( parent.isValid() )
305
return 0;
306
return 2;
307
}
308
309
void ProjectBuildSetModel::addProjectItem( KDevelop::ProjectBaseItem* item )
310
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected