summaryrefslogtreecommitdiffstats
path: root/src/gui/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-02-25 12:30:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-27 12:00:46 +0100
commit6269c9a4141b942b1c30788a41311f3bac1838a6 (patch)
tree4355d970b0b4cb44034114e8e0a8e1ace6215da0 /src/gui/doc
parent2bab4a65521ec1de264f3f00addf2da4902c00b6 (diff)
Fix some punctuation errors.
Change-Id: I6aa2ad2b506466fbef6a22380d151988930807c9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/gui/doc')
-rw-r--r--src/gui/doc/src/dnd.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc
index 50b8c80ff3..1c6ca9c81c 100644
--- a/src/gui/doc/src/dnd.qdoc
+++ b/src/gui/doc/src/dnd.qdoc
@@ -33,8 +33,7 @@
\ingroup qt-gui-concepts
Drag and drop provides a simple visual mechanism which users can use
- to transfer information between and within applications. (In the
- literature this is referred to as a "direct manipulation model".) Drag
+ to transfer information between and within applications. Drag
and drop is similar in function to the clipboard's cut and paste
mechanism.