| 420 | } |
| 421 | |
| 422 | void DiffTextWindow::setPaintingAllowed(bool bAllowPainting) |
| 423 | { |
| 424 | if(updatesEnabled() != bAllowPainting) |
| 425 | { |
| 426 | setUpdatesEnabled(bAllowPainting); |
| 427 | if(bAllowPainting) |
| 428 | update(); |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | void DiffTextWindow::dragEnterEvent(QDragEnterEvent* dragEnterEvent) |
| 433 | { |
nothing calls this directly
no outgoing calls
no test coverage detected