diff options
| author | Rafael Fernández López <[email protected]> | 2007-12-17 21:49:09 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2007-12-17 21:49:09 +0000 |
| commit | b6e0675e7f65b3c588e1ad3487518b1456503c4f (patch) | |
| tree | e7bdf0f3a40e91d26b0520a0cd6a9af09bb6e5bd /src | |
| parent | 784c525225437a7d9cc130bb84e492d1b21be1ea (diff) | |
Maybe this attribute is more correct
svn path=/trunk/KDE/kdebase/apps/; revision=749785
Diffstat (limited to 'src')
| -rw-r--r-- | src/draganddrophelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
