From f89d8294f930914a8f7b933719596e2e3ebf1773 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 15 Dec 2015 18:27:53 +0100 Subject: Link to drag and drop examples in relevant places MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- src/quick/items/qquickdroparea.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/quick/items/qquickdroparea.cpp') 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) -- cgit v1.2.3