X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fresizeclipcommand.h;h=386c60221bc19b023fb0112b5e51db74ed1fc361;hb=07c0f30adea324a848d8c09ce9fe409819855dd7;hp=9b5a4ae6bbc164ae54a1eb59c5242419e1d5db23;hpb=020035a721ab682e4171443afaf10b5efa189586;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;