X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Faddclipcutcommand.h;h=96f3239e1f18ee21bef13a02157842359ee71f7b;hb=c6032c1c3f29018ee84aa3078f8d2b7e858497ae;hp=7a8f832d2a202442e65494a489d245c7ebaec1a3;hpb=8bcc799b522e6e5ae0299973b4d296bef831a17f;p=kdenlive diff --git a/src/addclipcutcommand.h b/src/addclipcutcommand.h index 7a8f832d..96f3239e 100644 --- a/src/addclipcutcommand.h +++ b/src/addclipcutcommand.h @@ -29,7 +29,7 @@ class ProjectList; class AddClipCutCommand : public QUndoCommand { public: - AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString desc, 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(); @@ -40,6 +40,7 @@ private: int m_in; int m_out; QString m_desc; + bool m_newItem; bool m_remove; };