mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Maybe this attribute is more correct
svn path=/trunk/KDE/kdebase/apps/; revision=749785
This commit is contained in:
parent
784c525225
commit
b6e0675e7f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue