| 905 | } |
| 906 | |
| 907 | size_t MainScreen::rowToCell(size_t row) const |
| 908 | { |
| 909 | return (selected.transferRow && row > 1) ? row - 1 : row; |
| 910 | } |
| 911 | |
| 912 | size_t MainScreen::cellToRow(size_t cell) const |
| 913 | { |
nothing calls this directly
no outgoing calls
no test coverage detected