Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
QStringList QMakeFile::variableValues(const QString& variable) const
148
{
149
return m_variableValues.value(variable, QStringList());
150
}
151
152
bool QMakeFile::containsVariable(const QString& variable) const
153
{
Callers
4
visitFunctionCall
Method · 0.80
read
Method · 0.80
replaceFunctions
Method · 0.80
testInclude
Method · 0.80
Calls
2
QStringList
Class · 0.85
value
Method · 0.45
Tested by
2
replaceFunctions
Method · 0.64
testInclude
Method · 0.64