X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Feditclipcutcommand.h;h=16f52ba54d80fedfd69b08abdfd54f3cba3becce;hb=07cc32ca3557ccce583f95cbc8dd114d989b4f49;hp=b8090aacdf01b66dd1f4edc61966558e0697c2cf;hpb=6c74a57534cb16a553be26517d12cd633de35ca6;p=kdenlive diff --git a/src/commands/editclipcutcommand.h b/src/commands/editclipcutcommand.h index b8090aac..16f52ba5 100644 --- a/src/commands/editclipcutcommand.h +++ b/src/commands/editclipcutcommand.h @@ -24,17 +24,15 @@ #include #include -#include - class ProjectList; class EditClipCutCommand : public QUndoCommand { public: - EditClipCutCommand(ProjectList *list, const QString &id, const QPoint oldZone, const QPoint newZone, const QString &oldComment, const QString &newComment, bool doIt, QUndoCommand * parent = 0); + EditClipCutCommand(ProjectList *list, const QString &id, const QPoint &oldZone, const QPoint &newZone, const QString &oldComment, const QString &newComment, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: ProjectList *m_list;