MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildIncludePath

Method buildIncludePath

src/syntaxhighlighter.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void SyntaxHighlighter::buildIncludePath(const QString&)
145{
146 int len=lexerget_leng(scanner);
147 setFormat(startIndex,len,stringFormat);
148 startIndex+=len;
149}
150
151void SyntaxHighlighter::buildIncludeFinish()
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected