From 3dbbfe0a9c7dfa309eaed05c49763706428fd0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= <sergio.martins@kdab.com> Date: Mon, 13 May 2013 02:12:59 +0100 Subject: [PATCH] Fix documentation of QtQuick2::DragEvent::accepted, it's a bool. Change-Id: I4773b8b1c1f96279e34979534a1a53e724009e44 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com> --- src/quick/items/qquickdroparea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/items/qquickdroparea.cpp b/src/quick/items/qquickdroparea.cpp index 5dc8cec640..f5dbb7de76 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. -- GitLab