| 558 | } |
| 559 | |
| 560 | Component * VersionPage::current() |
| 561 | { |
| 562 | auto row = currentRow(); |
| 563 | if(row < 0) |
| 564 | { |
| 565 | return nullptr; |
| 566 | } |
| 567 | return m_profile->getComponent(row); |
| 568 | } |
| 569 | |
| 570 | int VersionPage::currentRow() |
| 571 | { |
nothing calls this directly
no test coverage detected