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

Method profileIndex

kdevplatform/shell/settings/environmentprofilelistmodel.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80int EnvironmentProfileListModel::profileIndex(const QString& profileName) const
81{
82 return profileNames().indexOf(profileName);
83}
84
85bool EnvironmentProfileListModel::hasProfile(const QString& profileName) const
86{

Callers 1

selectProfileMethod · 0.80

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected