| 66 | } |
| 67 | |
| 68 | void BasicEditor::updateLineNumberAreaWidth(int /* newBlockCount */) |
| 69 | { |
| 70 | setViewportMargins(lineNumberAreaWidth(), 0, 0, 0); |
| 71 | } |
| 72 | |
| 73 | void BasicEditor::updateLineNumberArea(const QRect &rect, int dy) |
| 74 | { |
nothing calls this directly
no outgoing calls
no test coverage detected