| 79 | EnvironmentConfigureButton::~EnvironmentConfigureButton() = default; |
| 80 | |
| 81 | void EnvironmentConfigureButton::setSelectionWidget(EnvironmentSelectionWidget* widget) |
| 82 | { |
| 83 | Q_D(EnvironmentConfigureButton); |
| 84 | |
| 85 | connect(this, &EnvironmentConfigureButton::environmentConfigured, |
| 86 | widget, &EnvironmentSelectionWidget::reconfigure); |
| 87 | d->selectionWidget = widget; |
| 88 | } |
| 89 | |
| 90 | |
| 91 | } |
no outgoing calls
no test coverage detected