]> git.sesse.net Git - kdenlive/blobdiff - src/commands/movegroupcommand.h
Use const'ref
[kdenlive] / src / commands / movegroupcommand.h
index c9550ea53aa1795dee460665c9e8992c5342e133..66f8d26e5e2dd77776ea307f0da8baf0a81f1189 100644 (file)
@@ -30,7 +30,7 @@ class CustomTrackView;
 class MoveGroupCommand : public QUndoCommand
 {
 public:
-    MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> startClip, const QList <ItemInfo> startTransition, const GenTime offset, const int trackOffset, bool doIt, QUndoCommand * parent = 0);
+    MoveGroupCommand(CustomTrackView *view, const QList <ItemInfo> &startClip, const QList <ItemInfo> &startTransition, const GenTime offset, const int trackOffset, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();