Changeset 463 for trunk/src/gui/kernel
- Timestamp:
- Jan 21, 2010, 9:52:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qdnd_pm.cpp
r462 r463 697 697 QMimeData *data = manager->source() ? manager->dragPrivate()->data : manager->dropData; 698 698 699 QDropEvent de(pnt, dragData->lastAction, data, mouseButtons(),700 keyboardModifiers());699 QDropEvent de(pnt, ), 700 keyboardModifiers()); 701 701 if (dragData->lastDropReply == DOR_DROP) 702 702 de.setDropAction(dragData->lastAction); 703 704 703 sendDropEvent(dragData->lastDragOverWidget, &de); 705 704 706 705 if (dragData->lastDropReply == DOR_DROP) 707 706 de.accept(); 707 708 709 710 711 712 713 714 715 708 716 709 717 dragData->lastDragOverWidget = 0;
Note:
See TracChangeset
for help on using the changeset viewer.