Increment the current row counter to point at the next row. */
| 737 | |
| 738 | /** Increment the current row counter to point at the next row. */ |
| 739 | void inc_current_row_for_warning() { m_current_row_for_warning++; } |
| 740 | |
| 741 | /** Reset the current row counter. Start counting from the first row. */ |
| 742 | void reset_current_row_for_warning(int n) { m_current_row_for_warning= n; } |
no outgoing calls
no test coverage detected