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

Method projectConfiguration

plugins/projectmanagerview/projectmanagerviewplugin.cpp:503–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503void ProjectManagerViewPlugin::projectConfiguration( )
504{
505 if( !d->ctxProjectItemList.isEmpty() )
506 {
507 ProjectModel* model = ICore::self()->projectController()->projectModel();
508 core()->projectController()->configureProject( model->itemFromIndex(d->ctxProjectItemList.at( 0 ))->project() );
509 }
510}
511
512void ProjectManagerViewPlugin::reloadFromContextMenu( )
513{

Callers 15

createJobMethod · 0.45
ProjectConfigPageMethod · 0.45
resetMethod · 0.45
applyMethod · 0.45
removeBuildConfigMethod · 0.45
configurationMethod · 0.45
rootGroupMethod · 0.45
ParametersMethod · 0.45
ProjectConfigPageMethod · 0.45
testOverrideExecuteMethod · 0.45
testIgnoreGccBuiltinsMethod · 0.45
testGccCompatibilityMethod · 0.45

Calls 7

projectControllerMethod · 0.80
configureProjectMethod · 0.80
isEmptyMethod · 0.45
projectModelMethod · 0.45
projectMethod · 0.45
itemFromIndexMethod · 0.45
atMethod · 0.45

Tested by 7

testOverrideExecuteMethod · 0.36
testIgnoreGccBuiltinsMethod · 0.36
testGccCompatibilityMethod · 0.36
runClangTidyMethod · 0.36
runClangTidyMethod · 0.36
match_dataMethod · 0.36