]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
Prepare importing of keyframes from clip analysis
[kdenlive] / src / geometrywidget.h
index 64cb02aaab0e799344a8d47df0534b866dba62ae..df26b9c47259c4c653bb631a30de67a69735e1d0 100644 (file)
@@ -56,8 +56,8 @@ public:
     void updateTimecodeFormat();
     /** @brief Sets the size of the original clip. */
     void setFrameSize(QPoint size);
-
     void addParameter(const QDomElement elem);
+    void importKeyframes(const QString &data);
 
 public slots:
     /** @brief Sets up the rect and the geometry object.
@@ -172,6 +172,7 @@ private slots:
 signals:
     void parameterChanged();
     void seekToPos(int);
+    void importClipKeyframes();
 };
 
 #endif