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

Method profileName

kdevplatform/shell/settings/environmentprofilelistmodel.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75QString EnvironmentProfileListModel::profileName(int profileIndex) const
76{
77 return profileNames().value(profileIndex);
78}
79
80int EnvironmentProfileListModel::profileIndex(const QString& profileName) const
81{

Callers 2

cloneSelectedProfileMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected