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

Method pageChanged

kdevplatform/shell/launchconfigurationdialog.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407
408void LaunchConfigurationDialog::pageChanged()
409{
410 currentPageChanged = true;
411 buttonBox->button(QDialogButtonBox::Apply)->setEnabled( true );
412}
413
414void LaunchConfigurationDialog::modelChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight)
415{

Callers

nothing calls this directly

Calls 2

buttonMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected