From: Rafael Fernández López Date: Mon, 17 Dec 2007 21:49:09 +0000 (+0000) Subject: Maybe this attribute is more correct X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b6e0675e7f65b3c588e1ad3487518b1456503c4f Maybe this attribute is more correct svn path=/trunk/KDE/kdebase/apps/; revision=749785 --- 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); } }