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

Method ast

plugins/qmakemanager/qmakefile.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137QMake::ProjectAST* QMakeFile::ast() const
138{
139 return m_ast;
140}
141
142QStringList QMakeFile::variables() const
143{

Calls

no outgoing calls