aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdroparea.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-12-15 18:27:53 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-12-16 13:14:05 +0000
commitf89d8294f930914a8f7b933719596e2e3ebf1773 (patch)
treed6eb0acba607cc241935c75ec88867f2b79ec16e /src/quick/items/qquickdroparea.cpp
parent93de0b0e3d11d761bcfd94283dc6b5e86c12d87f (diff)
Link to drag and drop examples in relevant places
So users at least have some idea of how to use these types, as their documentation is quite lacking. Change-Id: Ic4644cc259fabbd1462e611316dcec3c5a0d2c4e Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/quick/items/qquickdroparea.cpp')
-rw-r--r--src/quick/items/qquickdroparea.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp
index e46d546a16..b582433800 100644
--- a/src/quick/items/qquickdroparea.cpp
+++ b/src/quick/items/qquickdroparea.cpp
@@ -102,6 +102,8 @@ QQuickDropAreaPrivate::~QQuickDropAreaPrivate()
The \l drag.source property is communicated to the source of a drag event as
the recipient of a drop on the drag target.
+
+ \sa {Qt Quick Examples - Drag and Drop}, {Qt Quick Examples - externaldraganddrop}
*/
QQuickDropArea::QQuickDropArea(QQuickItem *parent)