]> git.sesse.net Git - kdenlive/blobdiff - src/editguidecommand.h
small ui update for autotrack / obscure filter
[kdenlive] / src / editguidecommand.h
index 742227f86751f8b8faf561df7ee669b695c4796c..327ffe28918e4488b7e6e8a6ff52173f6bf157ca 100644 (file)
@@ -31,7 +31,7 @@ class CustomTrackView;
 
 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();