MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / paintEvent

Method paintEvent

MiniZincIDE/codeeditor.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133protected:
134 void paintEvent(QPaintEvent *event) {
135 codeEditor->paintLineNumbers(event);
136 }
137
138private:
139 CodeEditor *codeEditor;

Callers

nothing calls this directly

Calls 1

paintLineNumbersMethod · 0.80

Tested by

no test coverage detected