X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimecode.h;h=35a6f41e87df791254ceb6f7950fe68e0cee2be7;hb=e74ed82c3ebc6b5b86106632f5dabdc524ac695a;hp=c98ac209589e700651ff3976bb499c1967b664be;hpb=7d708fd156c646b36c91cffaed60e5cf777f95d9;p=kdenlive diff --git a/src/timecode.h b/src/timecode.h index c98ac209..35a6f41e 100644 --- a/src/timecode.h +++ b/src/timecode.h @@ -50,7 +50,7 @@ public: int getDisplayFrameCount(const QString &duration, bool frameDisplay) const; int getFrameCount(const QString &duration) const; static QString getEasyTimecode(const GenTime & time, const double &fps); - static QString getStringTimecode(int frames, const double &fps); + static QString getStringTimecode(int frames, const double &fps, bool showFrames = false); const QString getDisplayTimecodeFromFrames(int frames, bool frameDisplay) const; const QString getTimecodeFromFrames(int frames) const; double fps() const;