X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgeometryval.h;h=3bacb18d26396754b2be91b38a98b579d7af09ba;hb=eeb8adf001b72b7ac943db6cbc47c4d2e479857b;hp=09556ad9a77f6b26568fdbc78fd1ae0aa3b747e0;hpb=1fe460ed73bcab3a2b4ca3fd1eb60f3f0d916651;p=kdenlive diff --git a/src/geometryval.h b/src/geometryval.h index 09556ad9..3bacb18d 100644 --- a/src/geometryval.h +++ b/src/geometryval.h @@ -46,7 +46,7 @@ public: QDomElement getParamDesc(); QString getValue() const; void setFrameSize(QPoint p); - /** @brief Update the timecode display according to settings (frame number or hh:mm:ss:ff) */ + /** @brief Updates the timecode display according to settings (frame number or hh:mm:ss:ff) */ void updateTimecodeFormat(); private: @@ -72,6 +72,8 @@ private: public slots: void setupParam(const QDomElement, int minframe, int maxframe); + /** @brief Updates position of the local timeline to @param relTimelinePos. */ + void slotSyncPosition(int relTimelinePos); private slots: void slotNextFrame();