- Timestamp:
- Jan 20, 2010, 3:33:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qdnd_pm.cpp
r451 r453 406 406 if (!dragOverWidget) 407 407 dragOverWidget = widget; 408 409 408 410 409 411 bool first = dragData->lastDragOverWidget != dragOverWidget; … … 420 422 if (!dragOverWidget) 421 423 dragOverWidget = widget; 424 425 422 426 } 423 427 } … … 582 586 pnt.setY(QApplication::desktop()->height() - (pnt.y() + 1)); 583 587 pnt = widget->mapFromGlobal(pnt); 584 585 Q_ASSERT(dragData->lastDragOverOp == info->usOperation);588 if (dragData->lastDragOverWidget != widget) 589 ); 586 590 587 591 Q_ASSERT(dragData->lastDragOverWidget->acceptDrops());
Note:
See TracChangeset
for help on using the changeset viewer.