X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fresizeclipcommand.h;h=386c60221bc19b023fb0112b5e51db74ed1fc361;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=9b5a4ae6bbc164ae54a1eb59c5242419e1d5db23;hpb=a9eee37bf60bfae1ce974d2bb3f4954c23e05664;p=kdenlive diff --git a/src/commands/resizeclipcommand.h b/src/commands/resizeclipcommand.h index 9b5a4ae6..386c6022 100644 --- a/src/commands/resizeclipcommand.h +++ b/src/commands/resizeclipcommand.h @@ -22,10 +22,6 @@ #define RESIZECLIPCOMMAND_H #include -#include -#include - -#include #include "definitions.h" @@ -34,9 +30,9 @@ class CustomTrackView; class ResizeClipCommand : public QUndoCommand { public: - ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, bool dontWorry, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + ResizeClipCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, bool dontWorry, QUndoCommand * parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;