Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
44
void Driver::setDebug(bool debug)
45
{
46
m_debug = debug;
47
}
48
bool Driver::parse(ProjectAST** qmast)
49
{
50
KDevPG::TokenStream tokenStream;
Callers
3
DebugLanguageParserHelper
Method · 0.80
parse
Method · 0.80
foreach
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected