X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Faddeffectcommand.h;h=f929dc57dc2160585428d5ab4da19223272549f3;hb=96b6bac33fc676599014cf64747318a2833dd499;hp=a62f7a81f347ca8d10b8987d73671ef73c46201c;hpb=2a223cff6e45c560c28857b72c0cb7e584f9a4ef;p=kdenlive diff --git a/src/addeffectcommand.h b/src/addeffectcommand.h index a62f7a81..f929dc57 100644 --- a/src/addeffectcommand.h +++ b/src/addeffectcommand.h @@ -23,12 +23,15 @@ #include #include +#include +#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();