| 80 | // ============================================================================ |
| 81 | |
| 82 | LinkObject::LinkObject() |
| 83 | { |
| 84 | // Default size is icon size |
| 85 | size = QSizeF(ICON_SIZE, ICON_SIZE); |
| 86 | } |
| 87 | |
| 88 | void LinkObject::render(QPainter& painter, qreal zoom) const |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected