aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdrag.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-12-17 23:09:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-18 12:53:45 +0100
commitccaa64ffd44faedbfe7297680939b40327bc5334 (patch)
treec0f57cda21aef9f9983441e9e4019313b5fc7fee /src/quick/items/qquickdrag.cpp
parent93355e50de151cc6153d4ec4152e3a81e14cdc77 (diff)
Docs: fix Drag::onDragStarted() and onDragFinished() signals
Change-Id: Iefda2d3611ed0f940255f1375ca4c356827fbc70 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/quick/items/qquickdrag.cpp')
-rw-r--r--src/quick/items/qquickdrag.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickdrag.cpp b/src/quick/items/qquickdrag.cpp
index e36bac4f3f..ed9d1838b8 100644
--- a/src/quick/items/qquickdrag.cpp
+++ b/src/quick/items/qquickdrag.cpp
@@ -694,14 +694,14 @@ void QQuickDragAttached::cancel()
}
/*!
- \qmlsignal QtQuick::DropArea::onDragStarted()
+ \qmlattachedsignal QtQuick::Drag::onDragStarted()
This handler is called when a drag is started with the \l startDrag method
or when it is started automatically using the \l dragType property.
*/
/*!
- \qmlsignal QtQuick::DropArea::onDragFinished(DropAction action)
+ \qmlattachedsignal QtQuick::Drag::onDragFinished(DropAction action)
This handler is called when a drag finishes and the drag was started with the
\l startDrag method or started automatically using the \l dragType property.