]> git.sesse.net Git - kdenlive/blobdiff - src/commands/movegroupcommand.h
Const'ref
[kdenlive] / src / commands / movegroupcommand.h
index c2df2644329d8a320c431430ef8b821b4cad10a7..377712bda57ae47b49bfc7efc1a82f3139909fa4 100644 (file)
@@ -31,8 +31,8 @@ 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);
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;