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

Method deleteConfiguration

kdevplatform/shell/launchconfigurationdialog.cpp:424–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void LaunchConfigurationDialog::deleteConfiguration()
425{
426 if( !tree->selectionModel()->selectedRows().isEmpty() )
427 {
428 model->deleteConfiguration( tree->selectionModel()->selectedRows().first() );
429 tree->resizeColumnToContents( 0 );
430 }
431}
432
433void LaunchConfigurationDialog::updateNameLabel( LaunchConfiguration* l )
434{

Callers

nothing calls this directly

Calls 6

parentFunction · 0.85
runControllerInternalMethod · 0.80
isEmptyMethod · 0.45
firstMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected