============================================================================
| 660 | |
| 661 | //============================================================================ |
| 662 | void CDockOverlay::showEvent(QShowEvent* e) |
| 663 | { |
| 664 | d->Cross->show(); |
| 665 | QFrame::showEvent(e); |
| 666 | } |
| 667 | |
| 668 | |
| 669 | //============================================================================ |
nothing calls this directly
no test coverage detected