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.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp
index 1892a433f3..4f93528a2b 100644
--- a/src/quick/items/qquickdroparea.cpp
+++ b/src/quick/items/qquickdroparea.cpp
@@ -91,7 +91,8 @@ QQuickDropAreaPrivate::~QQuickDropAreaPrivate()
}
/*!
- \qmlclass DropArea QQuickDropArea
+ \qmltype DropArea
+ \instantiates QQuickDropArea
\inqmlmodule QtQuick 2
\ingroup qtquick-input
\brief For specifying drag and drop handling in an area
@@ -327,7 +328,8 @@ void QQuickDropArea::dropEvent(QDropEvent *event)
}
/*!
- \qmlclass DragEvent QQuickDragEvent
+ \qmltype DragEvent
+ \instantiates QQuickDragEvent
\inqmlmodule QtQuick 2
\ingroup qtquick-input-events
\brief Provides information about a drag event