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

Method updateNameLabel

kdevplatform/shell/launchconfigurationdialog.cpp:433–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void LaunchConfigurationDialog::updateNameLabel( LaunchConfiguration* l )
434{
435 if( l )
436 {
437 configName->setText( i18n("Editing %2: <b>%1</b>", l->name(), l->type()->name() ) );
438 } else
439 {
440 configName->clear();
441 }
442}
443
444void LaunchConfigurationDialog::createConfiguration()
445{

Callers

nothing calls this directly

Calls 4

setTextMethod · 0.45
nameMethod · 0.45
typeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected