diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-12 14:01:48 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-12 16:07:41 (GMT) |
commit | bb55f848ae006664cf2ee0dbe6b96aa0b802093e (patch) | |
tree | d78ac5262c616ace2a01bcf55096175ef7eb5756 /doc/src | |
parent | dfc817ecec1d79fda76a049988917be139217617 (diff) | |
download | Qt-bb55f848ae006664cf2ee0dbe6b96aa0b802093e.zip Qt-bb55f848ae006664cf2ee0dbe6b96aa0b802093e.tar.gz Qt-bb55f848ae006664cf2ee0dbe6b96aa0b802093e.tar.bz2 |
Fixed multiline doc for Qt::DropAction.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/qnamespace.qdoc | 6 |
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. */ |