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

Method saveConfig

kdevplatform/shell/launchconfigurationdialog.cpp:387–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void LaunchConfigurationDialog::saveConfig( const QModelIndex& idx )
388{
389 Q_UNUSED( idx );
390 auto* tab = qobject_cast<LaunchConfigPagesContainer*>( stack->currentWidget() );
391 if( tab )
392 {
393 tab->save();
394 buttonBox->button(QDialogButtonBox::Apply)->setEnabled( false );
395 currentPageChanged = false;
396 }
397}
398
399void LaunchConfigurationDialog::saveConfig()
400{

Callers

nothing calls this directly

Calls 6

buttonMethod · 0.80
currentWidgetMethod · 0.45
saveMethod · 0.45
setEnabledMethod · 0.45
isEmptyMethod · 0.45
firstMethod · 0.45

Tested by

no test coverage detected