X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgentime.cpp;h=21eb7b70af76466539db9460a1688a296003f0e1;hb=548782dfe8b4ec1edc0c15f0062f5a976f1c6ee3;hp=d5ebab383d4429b5f6b8348c3c38b55ab71562b6;hpb=8a14e93ad75ed21559b1b7be75439fb3270c4e43;p=kdenlive diff --git a/src/gentime.cpp b/src/gentime.cpp index d5ebab38..21eb7b70 100644 --- a/src/gentime.cpp +++ b/src/gentime.cpp @@ -53,4 +53,4 @@ GenTime& GenTime::roundNearestFrame(double framesPerSecond) { m_time = floor((m_time * framesPerSecond) + 0.5) / framesPerSecond; return *this; -} \ No newline at end of file +}