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

Method buildIncludeFile

src/syntaxhighlighter.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void SyntaxHighlighter::buildIncludeFile(const QString&)
138{
139 int len=lexerget_leng(scanner);
140 setFormat(startIndex,len,stringFormat);
141 startIndex+=len;
142}
143
144void SyntaxHighlighter::buildIncludePath(const QString&)
145{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected