]> git.sesse.net Git - kdenlive/blobdiff - src/addeffectcommand.h
backport commit from Dan Dennedy:
[kdenlive] / src / addeffectcommand.h
index a62f7a81f347ca8d10b8987d73671ef73c46201c..d44b08b1ba824f13e468dc05b766281ec971d545 100644 (file)
 
 #include <QUndoCommand>
 #include <KDebug>
+#include <QDomElement>
+#include "gentime.h"
 
-#include "customtrackview.h"
+class CustomTrackView;
 
 class AddEffectCommand : public QUndoCommand {
 public:
-    AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement effect, bool doIt);
+    AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement effect, bool doIt, QUndoCommand * parent = 0);
 
     virtual void undo();
     virtual void redo();