aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickdroparea.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-07-27 17:18:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-30 11:11:56 +0200
commit2d3584ff21b8ddd8186972d52ecf189d0963febc (patch)
tree689f7770a5d49b9a39a3ef9ac03aa67bdb37f52b /src/quick/items/qquickdroparea.cpp
parente7b90ea3107996fb4a1b410631e0650d2d704912 (diff)
Doc: Changed \qmlclass to \qmltype and added \instantiates.
-To simplify QDoc, \qmlclass is now \qmltype. -'\instantiates <C+++ class>' is for the types that are defined in C++. Change-Id: I29242d33daf7b972d8b86a356b9689638866b950 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Bea Lam <bea.lam@nokia.com> Reviewed-by: Martin Smith <martin.smith@nokia.com>
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