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

Method buildString

src/tokenbuilder.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void TokenBuilder::buildString(QChar c)
369{
370 stringcontents->append(c);
371}
372
373void TokenBuilder::buildString(const QString& s)
374{

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected