* @brief Returns the current CSV row being replayed. */
| 117 | * @brief Returns the current CSV row being replayed. |
| 118 | */ |
| 119 | int CSV::Player::framePosition() const |
| 120 | { |
| 121 | return m_framePos; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * @brief Returns the base filename of the currently open CSV file. |
no outgoing calls
no test coverage detected