X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fediteffectcommand.h;h=c793fd4f842ac3962644dd5d8ec9b3fb7381b7f1;hb=0585d8379c736214574893fc7f8bc8b2c6def51c;hp=362110d610a28d77ba2a33a0316bbce2ff427cae;hpb=c42a026234a44a2d766e57bc64a6ac7bbd094000;p=kdenlive diff --git a/src/editeffectcommand.h b/src/editeffectcommand.h index 362110d6..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); @@ -41,8 +41,8 @@ public: private: CustomTrackView *m_view; const int m_track; - QDomElement m_effect; QDomElement m_oldeffect; + QDomElement m_effect; const GenTime m_pos; int m_stackPos; bool m_doIt;