]> git.sesse.net Git - kdenlive/blobdiff - src/commands/changeeffectstatecommand.h
Fix includes/remove not necessary virtual keyword. Fix indent
[kdenlive] / src / commands / changeeffectstatecommand.h
index f92517be4cca5ae02f18df02cc01eb2a967e053b..6dd60e2adc26b227c9f4def521ae0aa0beab3a7d 100644 (file)
@@ -22,9 +22,7 @@
 #define CHANGEEFFECTSTATECOMMAND_H
 
 #include <QUndoCommand>
-#include <KDebug>
 #include <gentime.h>
-#include <QDomElement>
 
 class CustomTrackView;
 
@@ -33,8 +31,8 @@ class ChangeEffectStateCommand : public QUndoCommand
 public:
     ChangeEffectStateCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList <int>& effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent = 0);
 
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;