| 122 | } |
| 123 | |
| 124 | std::string TrackStatistics::GetFormattedDuration() const |
| 125 | { |
| 126 | return platform::GetPlatformLocalizedString(platform::Duration(static_cast<int>(m_duration))); |
| 127 | } |
| 128 | |
| 129 | std::string TrackStatistics::GetFormattedAscent() const |
| 130 | { |
nothing calls this directly
no test coverage detected