]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/draganddrophelper.cpp
SVN_SILENT made messages (.desktop file)
[dolphin.git] / src / draganddrophelper.cpp
index 9aa09ee3049134b0ec8d6cff685b2db6c53f0522..7095346bce2f7b3afee060ebefe5e4109012f94e 100644 (file)
@@ -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);
     }
 }