┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRafael Fernández López <[email protected]>2007-12-17 21:49:09 +0000
committerRafael Fernández López <[email protected]>2007-12-17 21:49:09 +0000
commitb6e0675e7f65b3c588e1ad3487518b1456503c4f (patch)
treee7bdf0f3a40e91d26b0520a0cd6a9af09bb6e5bd /src
parent784c525225437a7d9cc130bb84e492d1b21be1ea (diff)
Maybe this attribute is more correct
svn path=/trunk/KDE/kdebase/apps/; revision=749785
Diffstat (limited to 'src')
-rw-r--r--src/draganddrophelper.cpp2
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);
}
}