summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/src/dnd.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-24 00:56:59 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-24 00:56:59 +0100
commitf0fbff4c905fd3e21d7aefedd45d98cc9dd54018 (patch)
treec61f47f858a9ac6183676bd7aee378a6a2b84a19 /src/gui/doc/src/dnd.qdoc
parentd776937df91e46536f404c6868d64016b6038d7b (diff)
parent0e1ce36ae67de940b2d499ec7f23e520dce0f112 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/gui/doc/src/dnd.qdoc')
-rw-r--r--src/gui/doc/src/dnd.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc
index 1c6ca9c81c..9f7fdc7fbf 100644
--- a/src/gui/doc/src/dnd.qdoc
+++ b/src/gui/doc/src/dnd.qdoc
@@ -80,8 +80,8 @@
The rest of the document focuses mainly on how to implement drag and drop
in C++. For using drag and drop inside a Qt Quick scene, please read the
- documentation for the Qt Quick \l{Drag}, \l{DragEvent} and \l{DropArea} items.
- There is also an example \l{quick/draganddrop}{available}.
+ documentation for the Qt Quick \l{Drag}, \l{DragEvent}, and \l{DropArea} items,
+ as well as the \l {Qt Quick Examples - Drag and Drop}{Qt Quick Drag and Drop} examples.
\section1 Dragging