X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.h;fp=src%2Fmainwindow.h;h=db1cbc2252d415b8877429a991d45720d1c7ebfc;hb=b8684fb22577d9e5b19944d814840187690b51c2;hp=67f31ea10b723663a630c9371cdcbfcd84d39e61;hpb=09194484c415d7a7645bcf7c2245cc753059ea4c;p=kdenlive diff --git a/src/mainwindow.h b/src/mainwindow.h index 67f31ea1..db1cbc22 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); /** @brief Move playhead to mouse curser position if defined key is pressed */ void slotAlignPlayheadToMousePos();