]> git.sesse.net Git - kdenlive/blobdiff - src/addeffectcommand.h
First steps to implement 3 points editing (Using v to insert-overwrite)
[kdenlive] / src / addeffectcommand.h
index a62f7a81f347ca8d10b8987d73671ef73c46201c..f929dc57dc2160585428d5ab4da19223272549f3 100644 (file)
 
 #include <QUndoCommand>
 #include <KDebug>
+#include <QDomElement>
+#include "gentime.h"
 
-#include "customtrackview.h"
+class CustomTrackView;
 
-class AddEffectCommand : public QUndoCommand {
+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();