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

Method setModuleNames

src/syntaxhighlighter.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void SyntaxHighlighter::setModuleNames(const QHash<QString,Module*>& names)
83{
84 moduleNames = names;
85}
86
87void SyntaxHighlighter::highlightBlock(const QString& text)
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected