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

Method setModuleNames

src/ui/codeeditor.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void CodeEditor::setModuleNames(const QHash<QString,Module*>& names)
160{
161 moduleNames = names;
162 highlighter->setModuleNames(names);
163}
164
165void CodeEditor::updateLineNumberAreaWidth(int)
166{

Callers 1

setupEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected