aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdrag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickdrag.cpp')
-rw-r--r--src/quick/items/qquickdrag.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/quick/items/qquickdrag.cpp b/src/quick/items/qquickdrag.cpp
index 7c6f1caa54..32695e9245 100644
--- a/src/quick/items/qquickdrag.cpp
+++ b/src/quick/items/qquickdrag.cpp
@@ -60,6 +60,8 @@ QT_BEGIN_NAMESPACE
class QQuickDragAttachedPrivate : public QObjectPrivate, public QQuickItemChangeListener
{
Q_DECLARE_PUBLIC(QQuickDragAttached)
+ QML_ANONYMOUS
+
public:
static QQuickDragAttachedPrivate *get(QQuickDragAttached *attached) {
return static_cast<QQuickDragAttachedPrivate *>(QObjectPrivate::get(attached)); }
@@ -742,8 +744,6 @@ void QQuickDragAttached::cancel()
This signal is emitted when a drag is started with the \l startDrag() method
or when it is started automatically using the \l dragType property.
-
- The corresponding handler is \c onDragStarted.
*/
/*!
@@ -754,8 +754,6 @@ void QQuickDragAttached::cancel()
\a dropAction holds the action accepted by the target item.
- The corresponding handler is \c onDragFinished.
-
\sa drop()
*/