Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ variables
Method
variables
plugins/qmakemanager/qmakefile.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
QStringList QMakeFile::variables() const
143
{
144
return m_variableValues.keys();
145
}
146
147
QStringList QMakeFile::variableValues(const QString& variable) const
148
{
Callers
6
start
Method · 0.45
configInferior
Method · 0.45
projectRootItem
Method · 0.45
visitFunctionCall
Method · 0.45
read
Method · 0.45
testEnvironmentSet
Method · 0.45
Calls
1
keys
Method · 0.45
Tested by
1
testEnvironmentSet
Method · 0.36