X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fabstractclipitem.h;h=4d26679cac3e8ffcac2f25440f99129417613f17;hb=8ad7ae9512af232388f1f31b69c671ce72f6b48d;hp=db71b10ee982e0139e9d31711daf613430e39875;hpb=fc1415ba45654f57bc25264fcd9e16221523f626;p=kdenlive diff --git a/src/abstractclipitem.h b/src/abstractclipitem.h index db71b10e..4d26679c 100644 --- a/src/abstractclipitem.h +++ b/src/abstractclipitem.h @@ -127,7 +127,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, const QTransform transformation, bool limitedKeyFrames); + void drawKeyFrames(QPainter *painter, const QTransform &transformation, bool limitedKeyFrames); int mouseOverKeyFrames(QPointF pos, double maxOffset); virtual void mousePressEvent(QGraphicsSceneMouseEvent * event);