]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addclipcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / addclipcommand.h
index a549ee682a275aca976020cb6352685d99608512..bf8a34193aaf2a35a7eaa252aee5be39d4cbf447 100644 (file)
@@ -32,8 +32,8 @@ class AddClipCommand : public QUndoCommand
 public:
     AddClipCommand(KdenliveDoc *doc, const QDomElement &xml, const QString &id, bool doIt, QUndoCommand * parent = 0);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     KdenliveDoc *m_doc;