summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-31 11:58:08 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-31 11:58:08 (GMT)
commitde904c51b140e11c801471871632d1d1b552e470 (patch)
tree8481a51d5ccdaefd4a10fa351fc3d188e3a5170a /src
parent8f9ca0b3c06b6003c2a956784742d17fdb3f1af5 (diff)
downloadQt-de904c51b140e11c801471871632d1d1b552e470.zip
Qt-de904c51b140e11c801471871632d1d1b552e470.tar.gz
Qt-de904c51b140e11c801471871632d1d1b552e470.tar.bz2
Doc: correcting docs in QDrag::exec
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qdrag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qdrag.cpp b/src/gui/kernel/qdrag.cpp
index 2857bb5..77f8fc0 100644
--- a/src/gui/kernel/qdrag.cpp
+++ b/src/gui/kernel/qdrag.cpp
@@ -253,7 +253,7 @@ Qt::DropAction QDrag::exec(Qt::DropActions supportedActions)
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. However, QDrag::exec() on
+ 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.
*/