| 163 | } |
| 164 | |
| 165 | void CodeEditor::updateLineNumberAreaWidth(int) |
| 166 | { |
| 167 | setViewportMargins(lineNumberAreaWidth(), 0, 0, 0); |
| 168 | } |
| 169 | |
| 170 | void CodeEditor::updateLineNumberArea(const QRect& rect, int dy) |
| 171 | { |
nothing calls this directly
no outgoing calls
no test coverage detected