src/gui/kernel/qdrag.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/src/gui/kernel/qdrag.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/kernel/qdrag.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -253,7 +253,9 @@
     can take some time, but this function does not block the event
     loop. Other events are still delivered to the application while
     the operation is performed. On Windows, the Qt event loop is
-    blocked while during the operation.
+    blocked during the operation. However, QDrag::exec() on
+	Windows causes processEvents() to be called frequently to keep the GUI responsive.
+	If any loops or operations are called while a drag operation is active, it will block the drag operation.
 */
 
 Qt::DropAction QDrag::exec(Qt::DropActions supportedActions, Qt::DropAction defaultDropAction)