X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcustomtrackview.h;h=344a01a25565a91df13512c9eb0a641fc19978b9;hb=f694ca2820be2eb00f589edbbe97f61218df92bd;hp=f27f9710d489ee7a850bf5f1e3d6bcdbd30c49e8;hpb=427196239efea34bcfb57f77c3e387e30a2dc0ca;p=kdenlive diff --git a/src/customtrackview.h b/src/customtrackview.h index f27f9710..344a01a2 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -530,7 +530,7 @@ signals: /** @brief Cursor position changed, repaint ruler.*/ void updateRuler(); /** @brief Send data from a clip to be imported as keyframes for effect / transition.*/ - void importKeyframes(GRAPHICSRECTITEM type, const QString&); + void importKeyframes(GRAPHICSRECTITEM type, const QString&, int maximum); }; #endif