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

Method setDebug

plugins/qmakemanager/parser/qmakedriver.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 m_content = content;
43}
44void Driver::setDebug(bool debug)
45{
46 m_debug = debug;
47}
48bool Driver::parse(ProjectAST** qmast)
49{
50 KDevPG::TokenStream tokenStream;

Callers 3

parseMethod · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected