X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/784c525225437a7d9cc130bb84e492d1b21be1ea..ac73af7bedeebe2afa451249e8a6500651a6ec00:/src/draganddrophelper.cpp diff --git a/src/draganddrophelper.cpp b/src/draganddrophelper.cpp index 9aa09ee30..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, Qt::MoveAction); + drag->exec(supportedActions, Qt::IgnoreAction); } }