MCPcopy 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
142QStringList QMakeFile::variables() const
143{
144 return m_variableValues.keys();
145}
146
147QStringList QMakeFile::variableValues(const QString& variable) const
148{

Callers 6

startMethod · 0.45
configInferiorMethod · 0.45
projectRootItemMethod · 0.45
visitFunctionCallMethod · 0.45
readMethod · 0.45
testEnvironmentSetMethod · 0.45

Calls 1

keysMethod · 0.45

Tested by 1

testEnvironmentSetMethod · 0.36