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/qquickwander.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/particles/qquickwander.cpp') diff --git a/src/particles/qquickwander.cpp b/src/particles/qquickwander.cpp index 64e3b6d838..f1b238af6e 100644 --- a/src/particles/qquickwander.cpp +++ b/src/particles/qquickwander.cpp @@ -52,26 +52,26 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlproperty real QtQuick.Particles2::Wander::pace + \qmlproperty real QtQuick.Particles::Wander::pace Maximum attribute change per second. */ /*! - \qmlproperty real QtQuick.Particles2::Wander::xVariance + \qmlproperty real QtQuick.Particles::Wander::xVariance Maximum attribute x value (as a result of Wander). If unset, Wander will not affect x values. */ /*! - \qmlproperty real QtQuick.Particles2::Wander::yVariance + \qmlproperty real QtQuick.Particles::Wander::yVariance Maximum attribute y value (as a result of Wander). If unset, Wander will not affect y values. */ /*! - \qmlproperty AffectableParameter QtQuick.Particles2::Wander::affectedParameter + \qmlproperty AffectableParameter QtQuick.Particles::Wander::affectedParameter What attribute of particles is directly affected. \list -- cgit v1.2.3