From 4706b1ceff9af9141044ed3cf020ce5624bfa40f Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 1 Oct 2013 13:03:28 +0200 Subject: qdoc: no longer recognizes the version nr in QML refs All QML references of the form :::: have had the removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion --- src/particles/qquickfriction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/particles/qquickfriction.cpp') diff --git a/src/particles/qquickfriction.cpp b/src/particles/qquickfriction.cpp index 4802077100..9b9b204b85 100644 --- a/src/particles/qquickfriction.cpp +++ b/src/particles/qquickfriction.cpp @@ -54,12 +54,12 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlproperty real QtQuick.Particles2::Friction::factor + \qmlproperty real QtQuick.Particles::Friction::factor A drag will be applied to moving objects which is this factor of their current velocity. */ /*! - \qmlproperty real QtQuick.Particles2::Friction::threshold + \qmlproperty real QtQuick.Particles::Friction::threshold The drag will only be applied to objects with a velocity above the threshold velocity. The drag applied will bring objects down to the threshold velocity, but no further. -- cgit v1.2.3