]> git.sesse.net Git - kdenlive/blobdiff - src/commands/movegroupcommand.cpp
Add explicit keyword, const'ref, minor optimization
[kdenlive] / src / commands / movegroupcommand.cpp
index f22bdc95818546294e1462cb3eebf4de8a623e16..efc0f3e8487ecb41cc1f3834c692b9df18a8c096 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <KLocale>
 
-MoveGroupCommand::MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> startClip, const QList <ItemInfo> startTransition, const GenTime offset, const int trackOffset, bool doIt, QUndoCommand * parent) :
+MoveGroupCommand::MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> &startClip, const QList <ItemInfo> &startTransition, const GenTime &offset, const int trackOffset, bool doIt, QUndoCommand * parent) :
         QUndoCommand(parent),
         m_view(view),
         m_startClip(startClip),