]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addclipcutcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / addclipcutcommand.h
index 96f3239e1f18ee21bef13a02157842359ee71f7b..e1c8c234b6b0643839ded23c3b60f6d9ef77c708 100644 (file)
@@ -29,10 +29,10 @@ class ProjectList;
 class AddClipCutCommand : public QUndoCommand
 {
 public:
-    AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString desc, bool newItem, bool remove, QUndoCommand * parent = 0);
+    AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString &desc, bool newItem, bool remove, QUndoCommand * parent = 0);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     ProjectList *m_list;