]> git.sesse.net Git - kdenlive/blobdiff - src/addeffectcommand.h
Fix detection of missing codecs in render dialog, use kmessagewidget to inform user
[kdenlive] / src / addeffectcommand.h
index 6f1fbfca24ef6f80dd0c06fd55bd3d4cb94709d2..f929dc57dc2160585428d5ab4da19223272549f3 100644 (file)
 
 class CustomTrackView;
 
-class AddEffectCommand : public QUndoCommand {
+class AddEffectCommand : public QUndoCommand
+{
 public:
-    AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement effect, bool doIt);
+    AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, QDomElement effect, bool doIt, QUndoCommand * parent = 0);
 
     virtual void undo();
     virtual void redo();