Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdenlive
/ timecode
Method
timecode
src/monitor/monitorproxy.cpp:545–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
const QString MonitorProxy::timecode() const
546
{
547
if (m_td) {
548
return m_td->displayText();
549
}
550
return QString();
551
}
552
553
const QString MonitorProxy::trimmingTC1() const
554
{
Callers
2
updateMarkers
Method · 0.45
slotTrimmingPos
Method · 0.45
Calls
1
displayText
Method · 0.80
Tested by
no test coverage detected