X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fmovetransitioncommand.h;h=8b5e76417e59d13a70a8eebfc4d235e8a7f149ef;hb=edb2e9a073ba73424d17da6e0821d0e1c0281a19;hp=6c9dd00c1097ad864b7624d09936b1aa7939c1cb;hpb=a9eee37bf60bfae1ce974d2bb3f4954c23e05664;p=kdenlive diff --git a/src/commands/movetransitioncommand.h b/src/commands/movetransitioncommand.h index 6c9dd00c..8b5e7641 100644 --- a/src/commands/movetransitioncommand.h +++ b/src/commands/movetransitioncommand.h @@ -27,9 +27,9 @@ class CustomTrackView; class MoveTransitionCommand : public QUndoCommand { public: - MoveTransitionCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + MoveTransitionCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, QUndoCommand * parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;