X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1e27cae3e58f0be65ea6c690f9144b0621829d2b..ac73af7bedeebe2afa451249e8a6500651a6ec00:/src/draganddrophelper.cpp diff --git a/src/draganddrophelper.cpp b/src/draganddrophelper.cpp index 0148f731b..7095346bc 100644 --- a/src/draganddrophelper.cpp +++ b/src/draganddrophelper.cpp @@ -54,7 +54,7 @@ void DragAndDropHelper::startDrag(QAbstractItemView* itemView, Qt::DropActions s } drag->setPixmap(pixmap); drag->setMimeData(data); - drag->exec(supportedActions); + drag->exec(supportedActions, Qt::IgnoreAction); } }