X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommands%2Fconfigtrackscommand.h;h=37b381eb4ed07a015b3ab1f6607df1b8024bf8b6;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=9c13c3e012875ee66addb8c09ee3a729bc1bcbb2;hpb=d428e8bbbc881f61872743893518f568401df958;p=kdenlive diff --git a/src/commands/configtrackscommand.h b/src/commands/configtrackscommand.h index 9c13c3e0..37b381eb 100644 --- a/src/commands/configtrackscommand.h +++ b/src/commands/configtrackscommand.h @@ -21,8 +21,6 @@ #define CONFIGTRACKSCOMMAND_H #include -#include -#include #include "definitions.h" @@ -31,9 +29,9 @@ class CustomTrackView; class ConfigTracksCommand : public QUndoCommand { public: - ConfigTracksCommand(CustomTrackView *view, QList oldInfos, QList newInfos, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + ConfigTracksCommand(CustomTrackView *view, const QList &oldInfos, const QList &newInfos, QUndoCommand * parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;