]> git.sesse.net Git - kdenlive/blobdiff - src/commands/movetransitioncommand.h
fix coverity 709319
[kdenlive] / src / commands / movetransitioncommand.h
index 6c9dd00c1097ad864b7624d09936b1aa7939c1cb..8b5e76417e59d13a70a8eebfc4d235e8a7f149ef 100644 (file)
@@ -27,9 +27,9 @@ class CustomTrackView;
 class MoveTransitionCommand : public QUndoCommand
 {
 public:
-    MoveTransitionCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0);
-    virtual void undo();
-    virtual void redo();
+    MoveTransitionCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, QUndoCommand * parent = 0);
+    void undo();
+    void redo();
 
 private:
     CustomTrackView *m_view;