]> git.sesse.net Git - kdenlive/blobdiff - src/projectlistview.h
Fix scrolling while dragging clips in project tree:
[kdenlive] / src / projectlistview.h
index 906c0a0c140d81dfa7ee30124b4e0f8d8111f3c4..b09bb3870579594597fe7e4cb7f45497ae9710cd 100644 (file)
@@ -47,7 +47,7 @@ protected:
     virtual void dropEvent(QDropEvent *event);
     virtual QStringList mimeTypes() const;
     virtual Qt::DropActions supportedDropActions() const;
-    virtual void dragMoveEvent(QDragMoveEvent * event);
+    virtual void dragLeaveEvent(QDragLeaveEvent *);
     virtual void keyPressEvent(QKeyEvent * event);
 
 public slots: