X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/0382f24544d71eae01a85b98ab24b82daf482ecc..a49fe38e3eb59e8a5893bfe79f35a51c0acbb4eb:/src/sidebartreeview.cpp diff --git a/src/sidebartreeview.cpp b/src/sidebartreeview.cpp index 00c98f6e7..3b1b13bb1 100644 --- a/src/sidebartreeview.cpp +++ b/src/sidebartreeview.cpp @@ -90,7 +90,7 @@ bool SidebarTreeView::event(QEvent* event) void SidebarTreeView::startDrag(Qt::DropActions supportedActions) { - DragAndDropHelper::startDrag(this, supportedActions); + DragAndDropHelper::instance().startDrag(this, supportedActions); } void SidebarTreeView::dragEnterEvent(QDragEnterEvent* event)