]> git.sesse.net Git - kdenlive/blobdiff - src/gentime.h
Trying to fix a bug with the clip move undo command. No success.
[kdenlive] / src / gentime.h
index 34f7bc59a2fc158bea78ab68a9303a2481928648..e927eabbc9f54a2f8f6cd4a633463ce0e6c33dbf 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef GENTIME_H
 #define GENTIME_H
 
+#include <QString>
 #include <cmath>
 
 /**
@@ -52,6 +53,8 @@ public:
     * @param framesPerSecond Number of frames per second */
     GenTime & roundNearestFrame(double framesPerSecond);
 
+    QString toString() const;
+
 
     /*
      * Operators.