| 209 | } |
| 210 | |
| 211 | const QString Timecode::getTimecodeFromFrames(int frames) const |
| 212 | { |
| 213 | return getTimecodeHH_MM_SS_FF(frames); |
| 214 | } |
| 215 | |
| 216 | // static |
| 217 | QString Timecode::getStringTimecode(int frames, const double &fps, bool showFrames) |
no outgoing calls
no test coverage detected