From 49882aea5ac9725e4a6c2bcea0e0af5d7d1f9324 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Wed, 8 Aug 2012 16:33:05 +1000 Subject: Various small doc fixes and improvements Adds some missing docs and fixes some incorrect doc references. Also removes AnimatedImage docs that were exactly the same as those in base Image type docs. Change-Id: I1357d3c00e63f1b08683bb78246de93dcc0dac7f Reviewed-by: Andrew den Exter --- src/quick/util/qquickpath.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/util/qquickpath.cpp') diff --git a/src/quick/util/qquickpath.cpp b/src/quick/util/qquickpath.cpp index c942959d07..e32ae293b2 100644 --- a/src/quick/util/qquickpath.cpp +++ b/src/quick/util/qquickpath.cpp @@ -1070,8 +1070,8 @@ void QQuickPathQuad::setControlY(qreal y) } /*! - \qmlproperty real QtQuick2::PathCubic::relativeControlX - \qmlproperty real QtQuick2::PathCubic::relativeControlY + \qmlproperty real QtQuick2::PathQuad::relativeControlX + \qmlproperty real QtQuick2::PathQuad::relativeControlY Defines the position of the control point relative to the curve's start. -- cgit v1.2.3