]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addclipcutcommand.h
const'ref, Remove not necessary virtual keyword. Fix includes
[kdenlive] / src / commands / addclipcutcommand.h
index 3fc2126409ca2830c4253e05e8888ccee3806af0..e1c8c234b6b0643839ded23c3b60f6d9ef77c708 100644 (file)
@@ -31,8 +31,8 @@ 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);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     ProjectList *m_list;