| 549 | } |
| 550 | |
| 551 | void ScriptEditor::updateLineNumberAreaWidth(int) |
| 552 | { |
| 553 | setViewportMargins(lineNumberAreaWidth(), 0, 0, 0); |
| 554 | } |
| 555 | |
| 556 | void ScriptEditor::updateLineNumberArea(const QRect &rect, int dy) |
| 557 | { |
nothing calls this directly
no outgoing calls
no test coverage detected