]> git.sesse.net Git - kdenlive/blobdiff - src/edittransitioncommand.h
Prepare checking of removed / deleted files in a project:
[kdenlive] / src / edittransitioncommand.h
index cd517c20b611946f2861c18e0ceff97fe11ca615..eb3e96bba3550bc9777a109d6cffb50dec0e4b64 100644 (file)
@@ -28,7 +28,7 @@ class CustomTrackView;
 class EditTransitionCommand : public QUndoCommand
 {
 public:
-    EditTransitionCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement oldeffect, QDomElement effect, bool doIt);
+    EditTransitionCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement oldeffect, QDomElement effect, bool doIt, QUndoCommand * parent = NULL);
 
     virtual int id() const;
     virtual bool mergeWith(const QUndoCommand * command);