aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/draganddrop/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/draganddrop/doc')
-rw-r--r--examples/quick/draganddrop/doc/src/draganddrop.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/draganddrop/doc/src/draganddrop.qdoc b/examples/quick/draganddrop/doc/src/draganddrop.qdoc
index 1844c3b4eb..ad32cbcfcd 100644
--- a/examples/quick/draganddrop/doc/src/draganddrop.qdoc
+++ b/examples/quick/draganddrop/doc/src/draganddrop.qdoc
@@ -49,7 +49,7 @@
\section2 GridView adds drag and drop to a GridView, allowing you to reorder the list.
- It uses a VisualDataModel to move a delegate item to the position of another item
+ It uses a DelegateModel to move a delegate item to the position of another item
it is dragged over.
\snippet quick/draganddrop/views/gridview.qml 0