summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/dragdroprobot.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/dragdroprobot.qdoc')
-rw-r--r--examples/widgets/doc/src/dragdroprobot.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/dragdroprobot.qdoc b/examples/widgets/doc/src/dragdroprobot.qdoc
index 60977803fe..c9ff04574b 100644
--- a/examples/widgets/doc/src/dragdroprobot.qdoc
+++ b/examples/widgets/doc/src/dragdroprobot.qdoc
@@ -4,6 +4,7 @@
/*!
\example graphicsview/dragdroprobot
\title Drag and Drop Robot Example
+ \examplecategory {Graphics}
\ingroup examples-graphicsview
\brief Demonstrates how to drag and drop items in a graphics view.
@@ -295,7 +296,7 @@
This snippet has a somewhat random outcome: once in a while, a special
image is assigned to the drag object's mime data. The pixmap is also
- assiged as the drag object's pixmap. This will ensure that you can see the
+ assigned as the drag object's pixmap. This will ensure that you can see the
image that is being dragged as a pixmap under the mouse cursor.
\snippet graphicsview/dragdroprobot/coloritem.cpp 7