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

Method effectiveProfileName

kdevplatform/util/environmentselectionwidget.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79QString EnvironmentSelectionWidget::effectiveProfileName() const
80{
81 Q_D(const EnvironmentSelectionWidget);
82
83 return d->model->index(d->comboBox->currentIndex(),
84 0).data(EnvironmentSelectionModel::EffectiveNameRole).toString();
85}
86
87EnvironmentProfileList EnvironmentSelectionWidget::environmentProfiles() const
88{

Callers 1

showDialogMethod · 0.80

Calls 4

toStringMethod · 0.45
dataMethod · 0.45
indexMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected