Maybe this attribute is more correct

svn path=/trunk/KDE/kdebase/apps/; revision=749785
This commit is contained in:
Rafael Fernández López 2007-12-17 21:49:09 +00:00
parent 784c525225
commit b6e0675e7f

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