MCPcopy 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
302int ProjectBuildSetModel::columnCount( const QModelIndex& parent ) const
303{
304 if( parent.isValid() )
305 return 0;
306 return 2;
307}
308
309void ProjectBuildSetModel::addProjectItem( KDevelop::ProjectBaseItem* item )
310{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected