Fix documentation of QtQuick2::DragEvent::accepted, it's a bool.
authorSérgio Martins <sergio.martins@kdab.com>
Mon, 13 May 2013 01:12:59 +0000 (02:12 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 15 May 2013 07:32:58 +0000 (09:32 +0200)
Change-Id: I4773b8b1c1f96279e34979534a1a53e724009e44
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Alan Alpert <aalpert@blackberry.com>

src/quick/items/qquickdroparea.cpp

index 5dc8cec..f5dbb7d 100644 (file)
@@ -400,7 +400,7 @@ QStringList QQuickDropEvent::keys() const
 */
 
 /*!
-    \qmlproperty real QtQuick2::DragEvent::accepted
+    \qmlproperty bool QtQuick2::DragEvent::accepted
 
     This property holds whether the drag event was accepted by a handler.