| 586 | } |
| 587 | |
| 588 | Component * VersionPage::current() |
| 589 | { |
| 590 | auto row = currentRow(); |
| 591 | if(row < 0) |
| 592 | { |
| 593 | return nullptr; |
| 594 | } |
| 595 | return m_profile->getComponent(row); |
| 596 | } |
| 597 | |
| 598 | int VersionPage::currentRow() |
| 599 | { |
nothing calls this directly
no test coverage detected