]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.h
Fix keyframe line not painted over clips in timeline
[kdenlive] / src / abstractclipitem.h
index 47a246c614019ef08de88a4c45031165559ad1aa..0737952c1bcbb995e9f80ee95b65864a2e82a77a 100644 (file)
@@ -126,7 +126,7 @@ protected:
       *        "simplekeyframe" type, the effect always starts on clip start and ends on clip end. With the
       *        "keyframe" type, the effect starts on the first keyframe and ends on the last keyframe
       */
-    void drawKeyFrames(QPainter *painter, bool limitedKeyFrames);
+    void drawKeyFrames(QPainter *painter, const QTransform transformation, bool limitedKeyFrames);
     int mouseOverKeyFrames(QPointF pos, double maxOffset);
     virtual void mousePressEvent(QGraphicsSceneMouseEvent * event);