]> git.sesse.net Git - kdenlive/blobdiff - src/timecode.cpp
Improved timeline ruler
[kdenlive] / src / timecode.cpp
index deb86526ae6e0676d109251c427b21c2142e5c79..554311fdd7b1e477544fb7ef63befa4dbf64f746 100644 (file)
@@ -27,6 +27,10 @@ Timecode::Timecode(Formats format, int framesPerSecond,
 Timecode::~Timecode() {
 }
 
+int Timecode::fps() {
+    return m_displayedFramesPerSecond;
+}
+
 
 int Timecode::getFrameCount(const QString duration, double fps) const {
     if (m_dropFrame) {