]> git.sesse.net Git - kdenlive/blobdiff - src/commands/groupclipscommand.h
USe const'ref
[kdenlive] / src / commands / groupclipscommand.h
index 1a8ef7edb190fba30e38c03bec0cf8148c400793..d1dd427bbf64c95344782f4e1adc8cc4bd58cebe 100644 (file)
 #include <KDebug>
 #include "definitions.h"
 
-class GenTime;
 class CustomTrackView;
 
 class GroupClipsCommand : public QUndoCommand
 {
 public:
-    GroupClipsCommand(CustomTrackView *view, const QList <ItemInfo> clipInfos, const QList <ItemInfo> transitionInfos, bool group, QUndoCommand * parent = 0);
+    GroupClipsCommand(CustomTrackView *view, const QList <ItemInfo> &clipInfos, const QList <ItemInfo> &transitionInfos, bool group, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();