]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addeffectcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / addeffectcommand.h
index 0f01a72535998572f2d64d4097a455a3ee3a3b85..0c29c48bb1b64c2e2b7d2ed01a99c13c7ba89922 100644 (file)
@@ -33,8 +33,8 @@ class AddEffectCommand : public QUndoCommand
 public:
     AddEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QDomElement &effect, bool doIt, QUndoCommand * parent = 0);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;