From: Sérgio Martins Date: Mon, 13 May 2013 01:12:59 +0000 (+0100) Subject: Fix documentation of QtQuick2::DragEvent::accepted, it's a bool. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3dbbfe0a9c7dfa309eaed05c49763706428fd0c8;p=konrad%2Fqtdeclarative.git Fix documentation of QtQuick2::DragEvent::accepted, it's a bool. Change-Id: I4773b8b1c1f96279e34979534a1a53e724009e44 Reviewed-by: Thomas McGuire Reviewed-by: Alan Alpert --- diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp index 5dc8cec..f5dbb7d 100644 --- a/src/quick/items/qquickdroparea.cpp +++ b/src/quick/items/qquickdroparea.cpp @@ -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.