X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fchangespeedcommand.cpp;h=7ada3e066da1ad83f1fccfdc5cda6295016786bf;hb=58a394d7321facfac2d7bbacd67c37b5db396c96;hp=f775c6813c24e0afdd9f211ec319fae0c77c7571;hpb=79a58d4bd2faf4d6ee6576acc70219e95efb2865;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),