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