| 647 | } |
| 648 | |
| 649 | Component * VersionPage::current() |
| 650 | { |
| 651 | auto row = currentRow(); |
| 652 | if(row < 0) |
| 653 | { |
| 654 | return nullptr; |
| 655 | } |
| 656 | return m_profile->getComponent(row); |
| 657 | } |
| 658 | |
| 659 | int VersionPage::currentRow() |
| 660 | { |
nothing calls this directly
no test coverage detected