X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmoveeffectcommand.h;h=790390ac2a9f1d8cf80b9335bf97df5ec42782d3;hb=e1984120c805806cba78941ec08839285c3b2591;hp=e6f1802044550440764939aae8df632fb8f26b59;hpb=22450b894d464967c1976d19139ff32954b657a4;p=kdenlive diff --git a/src/moveeffectcommand.h b/src/moveeffectcommand.h index e6f18020..790390ac 100644 --- a/src/moveeffectcommand.h +++ b/src/moveeffectcommand.h @@ -28,9 +28,10 @@ class CustomTrackView; -class MoveEffectCommand : public QUndoCommand { +class MoveEffectCommand : public QUndoCommand +{ public: - MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, int oldPos, int newPos, bool doIt); + MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, int oldPos, int newPos, QUndoCommand * parent = 0); virtual int id() const; virtual bool mergeWith(const QUndoCommand * command); @@ -43,7 +44,6 @@ private: int m_oldindex; int m_newindex; GenTime m_pos; - bool m_doIt; }; #endif