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

Method variables

kdevplatform/util/environmentprofilelist.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115EnvironmentProfileList::~EnvironmentProfileList() = default;
116
117QMap<QString, QString> EnvironmentProfileList::variables(const QString& profileName) const
118{
119 Q_D(const EnvironmentProfileList);
120
121 return d->m_profiles.value(profileName.isEmpty() ? d->m_defaultProfileName : profileName);
122}
123
124QMap<QString, QString>& EnvironmentProfileList::variables(const QString& profileName)
125{

Callers 7

dataMethod · 0.45
setDataMethod · 0.45
addVariableMethod · 0.45
removeVariableMethod · 0.45
setCurrentProfileMethod · 0.45
effectiveEnvironmentMethod · 0.45

Calls 2

valueMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected