]> git.sesse.net Git - kdenlive/blobdiff - src/editguidecommand.h
Prepare checking of removed / deleted files in a project:
[kdenlive] / src / editguidecommand.h
index 742227f86751f8b8faf561df7ee669b695c4796c..b271220c15e423d5f065b97a6bc403f6840bb344 100644 (file)
 class CustomTrackView;
 
 
-class EditGuideCommand : public QUndoCommand {
+class EditGuideCommand : public QUndoCommand
+{
 public:
-    EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt);
+    EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();