X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgeometrywidget.h;h=cdd01cd6427a3cfe482ac7f06aeab6d6d52fcc8e;hb=f694ca2820be2eb00f589edbbe97f61218df92bd;hp=0ae57f737468a22af3c024992cf899bdf60d0db3;hpb=427196239efea34bcfb57f77c3e387e30a2dc0ca;p=kdenlive diff --git a/src/geometrywidget.h b/src/geometrywidget.h index 0ae57f73..cdd01cd6 100644 --- a/src/geometrywidget.h +++ b/src/geometrywidget.h @@ -58,7 +58,7 @@ public: /** @brief Sets the size of the original clip. */ void setFrameSize(QPoint size); void addParameter(const QDomElement elem); - void importKeyframes(const QString &data); + void importKeyframes(const QString &data, int maximum); public slots: /** @brief Sets up the rect and the geometry object. @@ -68,6 +68,7 @@ public slots: void setupParam(const QDomElement elem, int minframe, int maxframe); /** @brief Updates position of the local timeline to @param relTimelinePos. */ void slotSyncPosition(int relTimelinePos); + void slotResetKeyframes(); private: Ui::GeometryWidget_UI m_ui;