X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fediteffectcommand.h;h=c793fd4f842ac3962644dd5d8ec9b3fb7381b7f1;hb=8c2a18a0cb56f8e540672272427c5c123f6e61f4;hp=1b01ede7e674a8bc261f3edde902a67ef88a7a20;hpb=f1e8985920d28b05e14826384379863517acb483;p=kdenlive diff --git a/src/editeffectcommand.h b/src/editeffectcommand.h index 1b01ede7..c793fd4f 100644 --- a/src/editeffectcommand.h +++ b/src/editeffectcommand.h @@ -31,7 +31,7 @@ class CustomTrackView; class EditEffectCommand : public QUndoCommand { public: - EditEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement oldeffect, QDomElement effect, int stackPos, bool doIt); + EditEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement oldeffect, QDomElement effect, int stackPos, bool doIt, QUndoCommand *parent = 0); virtual int id() const; virtual bool mergeWith(const QUndoCommand * command);