]> git.sesse.net Git - kdenlive/blobdiff - src/commands/locktrackcommand.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / commands / locktrackcommand.h
index 1d17a634fceb07e19629c0e4167c58286e9f772a..468f077facfd6e9435cdcaaf7ef7150f956b3530 100644 (file)
@@ -22,7 +22,6 @@
 #define LOCKTRACKCOMMAND_H
 
 #include <QUndoCommand>
-#include <KDebug>
 
 class CustomTrackView;
 
@@ -30,8 +29,8 @@ class LockTrackCommand : public QUndoCommand
 {
 public:
     LockTrackCommand(CustomTrackView *view, int ix, bool lock, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;