X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Faddeffectcommand.h;h=0c29c48bb1b64c2e2b7d2ed01a99c13c7ba89922;hb=12444d4f7225efd002aea05a68cab73380760480;hp=0f01a72535998572f2d64d4097a455a3ee3a3b85;hpb=af0cdc3a2441996bb29f9c2d8b4ce0dd87a6fcb0;p=kdenlive diff --git a/src/commands/addeffectcommand.h b/src/commands/addeffectcommand.h index 0f01a725..0c29c48b 100644 --- a/src/commands/addeffectcommand.h +++ b/src/commands/addeffectcommand.h @@ -33,8 +33,8 @@ class AddEffectCommand : public QUndoCommand public: AddEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QDomElement &effect, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + void undo(); + void redo(); private: CustomTrackView *m_view;