summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-06-12 14:01:48 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-06-12 16:07:41 (GMT)
commitbb55f848ae006664cf2ee0dbe6b96aa0b802093e (patch)
treed78ac5262c616ace2a01bcf55096175ef7eb5756 /doc
parentdfc817ecec1d79fda76a049988917be139217617 (diff)
downloadQt-bb55f848ae006664cf2ee0dbe6b96aa0b802093e.zip
Qt-bb55f848ae006664cf2ee0dbe6b96aa0b802093e.tar.gz
Qt-bb55f848ae006664cf2ee0dbe6b96aa0b802093e.tar.bz2
Fixed multiline doc for Qt::DropAction.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qnamespace.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index 684f686..f1c7330 100644
--- a/doc/src/qnamespace.qdoc
+++ b/doc/src/qnamespace.qdoc
@@ -2061,9 +2061,9 @@
should be taken over by the target application,
i.e., the source application should not delete
the data.
-
- On X11 this value is used to do a move.
-
+ \br
+ On X11 this value is used to do a move.
+ \br
TargetMoveAction is not used on the Mac.
*/