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

Method variableValues

plugins/qmakemanager/qmakefile.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147QStringList QMakeFile::variableValues(const QString& variable) const
148{
149 return m_variableValues.value(variable, QStringList());
150}
151
152bool QMakeFile::containsVariable(const QString& variable) const
153{

Callers 4

visitFunctionCallMethod · 0.80
readMethod · 0.80
replaceFunctionsMethod · 0.80
testIncludeMethod · 0.80

Calls 2

QStringListClass · 0.85
valueMethod · 0.45

Tested by 2

replaceFunctionsMethod · 0.64
testIncludeMethod · 0.64