X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/0382f24544d71eae01a85b98ab24b82daf482ecc..040bdcea237e2576aad744bc4e7b5cadedcc98dc:/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)