X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fchangespeedcommand.cpp;h=7ada3e066da1ad83f1fccfdc5cda6295016786bf;hb=5d4746e4c3e8665de83e6d281dcd08a46cd22c31;hp=f775c6813c24e0afdd9f211ec319fae0c77c7571;hpb=bdd05090054b10dc93f0d9e2de9edbf262d06a07;p=kdenlive diff --git a/src/commands/changespeedcommand.cpp b/src/commands/changespeedcommand.cpp index f775c681..7ada3e06 100644 --- a/src/commands/changespeedcommand.cpp +++ b/src/commands/changespeedcommand.cpp @@ -21,9 +21,9 @@ #include "changespeedcommand.h" #include "customtrackview.h" -#include +#include -ChangeSpeedCommand::ChangeSpeedCommand(CustomTrackView *view, ItemInfo info, ItemInfo speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent) : +ChangeSpeedCommand::ChangeSpeedCommand(CustomTrackView *view, const ItemInfo &info, const ItemInfo &speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent) : QUndoCommand(parent), m_view(view), m_clipInfo(info),