X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fchangeeffectstatecommand.h;h=6dd60e2adc26b227c9f4def521ae0aa0beab3a7d;hb=de93dc84bc5f050272e4e736c3afa6ad5f3c6654;hp=563ef523dcbf6b7496bcfaddc0faa76e0c17432d;hpb=f41ee253ade9dfda45752f232ea0ff35e26dce95;p=kdenlive diff --git a/src/commands/changeeffectstatecommand.h b/src/commands/changeeffectstatecommand.h index 563ef523..6dd60e2a 100644 --- a/src/commands/changeeffectstatecommand.h +++ b/src/commands/changeeffectstatecommand.h @@ -22,19 +22,17 @@ #define CHANGEEFFECTSTATECOMMAND_H #include -#include #include -#include class CustomTrackView; class ChangeEffectStateCommand : public QUndoCommand { public: - ChangeEffectStateCommand(CustomTrackView *view, const int track, GenTime pos, QList effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent = 0); + ChangeEffectStateCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList & effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;