aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins.qnx@kdab.com>2013-05-10 21:14:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-14 22:22:28 +0200
commitc4123d8e3843709cfab043d2ba0d5999682595b8 (patch)
treec04de7bc80d2f9545a54b96c2603c5968337fcef /src
parente443f6dc7df2e5a0bd2ab890c3b6094500f5b9ab (diff)
Fix typos in QQuickDrag documentation.
Change-Id: Iab8c537e16e9767ddfd837503a340eb708aa6814 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickdrag.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/quick/items/qquickdrag.cpp b/src/quick/items/qquickdrag.cpp
index a24d1a33c4..b2ae2e4d29 100644
--- a/src/quick/items/qquickdrag.cpp
+++ b/src/quick/items/qquickdrag.cpp
@@ -114,13 +114,13 @@ public:
\ingroup qtquick-input
\brief For specifying drag and drop events for moved Items
- Using the Drag attached property any Item can made a source of drag and drop
+ Using the Drag attached property any Item can be made a source of drag and drop
events within a scene.
- When a drag is \l active on an item any change in that items position will
- generate a drag events that will be sent to any DropArea that intersects
- the with new position of the item. Other items which implement drag and
- drop event handlers can also receive these events.
+ When a drag is \l active on an item any change in that item's position will
+ generate a drag event that will be sent to any DropArea that intersects
+ with the new position of the item. Other items which implement drag and
+ drop event handlers can also receive these events.
The following snippet shows how an item can be dragged with a MouseArea.
However, dragging is not limited to mouse drags, anything that can move an item