X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=9efa6e4c741c8d1c26164ce2295559cec8ac8722;hb=f694ca2820be2eb00f589edbbe97f61218df92bd;hp=4833d77b85657129fd46b99aeec88e3fe5591cf7;hpb=427196239efea34bcfb57f77c3e387e30a2dc0ca;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 4833d77b..9efa6e4c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -567,7 +567,7 @@ private slots: /** @brief Save current timeline clip as mlt playlist. */ void slotSaveTimelineClip(); /** @brief Process keyframe data sent from a clip to effect / transition stack. */ - void slotProcessImportKeyframes(GRAPHICSRECTITEM type, const QString& data); + void slotProcessImportKeyframes(GRAPHICSRECTITEM type, const QString& data, int maximum); signals: Q_SCRIPTABLE void abortRenderJob(const QString &url);