]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Fix missing initiation of timecode widget.
[kdenlive] / src / geometryval.h
index 1eee0374978522ae9696cd3b3fd3d5e4ff6240a9..bccad6612175eeb625bc1660c03eb487f35f8131 100644 (file)
@@ -41,7 +41,7 @@ class Geometryval : public QWidget, public Ui::Geometryval
 {
     Q_OBJECT
 public:
-    explicit Geometryval(const MltVideoProfile profile, Timecode t, QPoint frame_size, int startPoint = 0, QWidget* parent = 0);
+    explicit Geometryval(const MltVideoProfile &profile, Timecode t, QPoint frame_size, int startPoint = 0, QWidget* parent = 0);
     virtual ~Geometryval();
     QDomElement getParamDesc();
     QString getValue() const;
@@ -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();