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

Method reconfigure

kdevplatform/util/environmentselectionwidget.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void EnvironmentSelectionWidget::reconfigure()
71{
72 Q_D(EnvironmentSelectionWidget);
73
74 QString selectedProfile = currentProfile();
75 d->model->reload();
76 setCurrentProfile(d->model->reloadSelectedItem(selectedProfile));
77}
78
79QString EnvironmentSelectionWidget::effectiveProfileName() const
80{

Callers

nothing calls this directly

Calls 2

reloadSelectedItemMethod · 0.80
reloadMethod · 0.45

Tested by

no test coverage detected