]> git.sesse.net Git - kdenlive/blobdiff - src/positionedit.h
Fix Coverity #980692
[kdenlive] / src / positionedit.h
index dda7b8ee7d39d59622c9f346fe353417a3716201..2c5f243b9f1ed2a5a1b778fb3f9e152825a5e4f3 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          geomeytrval.h  -  description
+                          positionedit.h  -  description
                              -------------------
     begin                : 03 Aug 2008
     copyright            : (C) 2008 by Marco Gittler
@@ -37,7 +37,7 @@ public:
     void updateTimecodeFormat();
 
 public slots:
-    void setRange(int min, int max);
+    void setRange(int min, int max, bool absolute = false);
     
 private:
     TimecodeDisplay *m_display;