]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Maybe this attribute is more correct
authorRafael Fernández López <ereslibre@kde.org>
Mon, 17 Dec 2007 21:49:09 +0000 (21:49 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Mon, 17 Dec 2007 21:49:09 +0000 (21:49 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=749785

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);
     }
 }