]> 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 f929dc57dc2160585428d5ab4da19223272549f3..0c29c48bb1b64c2e2b7d2ed01a99c13c7ba89922 100644 (file)
@@ -31,10 +31,10 @@ class CustomTrackView;
 class AddEffectCommand : public QUndoCommand
 {
 public:
-    AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement effect, bool doIt, QUndoCommand * parent = 0);
+    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;