X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Faddclipcutcommand.h;h=e1c8c234b6b0643839ded23c3b60f6d9ef77c708;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=96f3239e1f18ee21bef13a02157842359ee71f7b;hpb=d428e8bbbc881f61872743893518f568401df958;p=kdenlive diff --git a/src/commands/addclipcutcommand.h b/src/commands/addclipcutcommand.h index 96f3239e..e1c8c234 100644 --- a/src/commands/addclipcutcommand.h +++ b/src/commands/addclipcutcommand.h @@ -29,10 +29,10 @@ class ProjectList; class AddClipCutCommand : public QUndoCommand { public: - AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString desc, bool newItem, bool remove, QUndoCommand * parent = 0); + AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString &desc, bool newItem, bool remove, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: ProjectList *m_list;