MCPcopy Create free account
hub / github.com/KDE/kdenlive / getDisplayTimecodeFromFrames

Method getDisplayTimecodeFromFrames

src/utils/timecode.cpp:203–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203const QString Timecode::getDisplayTimecodeFromFrames(int frames, bool frameDisplay) const
204{
205 if (frameDisplay) {
206 return QString::number(frames);
207 }
208 return getTimecodeHH_MM_SS_FF(frames);
209}
210
211const QString Timecode::getTimecodeFromFrames(int frames) const
212{

Callers 6

dataMethod · 0.80
slotTrimmingPosMethod · 0.80
refreshParamsMethod · 0.80
requestAddBinSubClipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected