| 511 | } |
| 512 | |
| 513 | ComponentPtr VersionPage::current() |
| 514 | { |
| 515 | auto row = currentRow(); |
| 516 | if (row < 0) { |
| 517 | return nullptr; |
| 518 | } |
| 519 | return m_profile->getComponent(row); |
| 520 | } |
| 521 | |
| 522 | int VersionPage::currentRow() |
| 523 | { |
nothing calls this directly
no test coverage detected