diff options
author | Nico Vertriest <[email protected]> | 2015-02-02 12:43:49 +0100 |
---|---|---|
committer | Nico Vertriest <[email protected]> | 2015-02-04 08:30:13 +0000 |
commit | 566b23df8c31b50fc514a069564d23121d0f4ef9 (patch) | |
tree | f3e070f58012677cb6bca2467635d25d5962c1b2 /src/quick/items/qquickdrag.cpp | |
parent | 9663b7b5c1a051b46a731b0587a4623a2ab21b0d (diff) |
Doc: link issues qtdeclarative
Task-number: QTBUG-43810
Change-Id: I154ffa83512435c3e455937a3f81931a45d9e368
Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/quick/items/qquickdrag.cpp')
-rw-r--r-- | src/quick/items/qquickdrag.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickdrag.cpp b/src/quick/items/qquickdrag.cpp index 5641c323ab..cff2f26092 100644 --- a/src/quick/items/qquickdrag.cpp +++ b/src/quick/items/qquickdrag.cpp @@ -516,8 +516,8 @@ void QQuickDragAttached::setProposedAction(Qt::DropAction action) \endlist When using \c Drag.Automatic you should also define \l mimeData and bind the - \l active property to the active property of \l MouseArea.drag. - */ + \l active property to the active property of MouseArea : \l {MouseArea::drag.active} +*/ QQuickDrag::DragType QQuickDragAttached::dragType() const { |