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

Method buildString

src/syntaxhighlighter.cpp:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void SyntaxHighlighter::buildString(QChar)
418{
419 int len=lexerget_leng(scanner);
420 setFormat(startIndex,len,stringFormat);
421 startIndex+=len;
422}
423
424void SyntaxHighlighter::buildString(const QString& s)
425{

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected