aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdroparea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickdroparea.cpp')
-rw-r--r--src/quick/items/qquickdroparea.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp
index 76be8cc261..d90ee209d6 100644
--- a/src/quick/items/qquickdroparea.cpp
+++ b/src/quick/items/qquickdroparea.cpp
@@ -212,8 +212,6 @@ qreal QQuickDropAreaDrag::y() const
\qmlsignal QtQuick::DropArea::positionChanged(DragEvent drag)
This signal is emitted when the position of a \a drag has changed.
-
- The corresponding handler is \c onPositionChanged.
*/
void QQuickDropArea::dragMoveEvent(QDragMoveEvent *event)
@@ -254,8 +252,6 @@ QStringList QQuickDropAreaPrivate::getKeys(const QMimeData *mimeData) const
\qmlsignal QtQuick::DropArea::entered(DragEvent drag)
This signal is emitted when a \a drag enters the bounds of a DropArea.
-
- The corresponding handler is \c onEntered.
*/
void QQuickDropArea::dragEnterEvent(QDragEnterEvent *event)
@@ -291,8 +287,6 @@ void QQuickDropArea::dragEnterEvent(QDragEnterEvent *event)
\qmlsignal QtQuick::DropArea::exited()
This signal is emitted when a drag exits the bounds of a DropArea.
-
- The corresponding handler is \c onExited.
*/
void QQuickDropArea::dragLeaveEvent(QDragLeaveEvent *)
@@ -315,8 +309,6 @@ void QQuickDropArea::dragLeaveEvent(QDragLeaveEvent *)
This signal is emitted when a \a drop event occurs within the bounds of
a DropArea.
-
- The corresponding handler is \c onDropped.
*/
void QQuickDropArea::dropEvent(QDropEvent *event)