X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fconfigtrackscommand.h;h=37b381eb4ed07a015b3ab1f6607df1b8024bf8b6;hb=de93dc84bc5f050272e4e736c3afa6ad5f3c6654;hp=9c13c3e012875ee66addb8c09ee3a729bc1bcbb2;hpb=87914857d36c5b051b006f3f74d489af3801af4d;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;