From: Alan Alpert Date: Thu, 28 Jul 2011 06:59:23 +0000 (+1000) Subject: Document stops as default property of Gradient X-Git-Tag: qt-v5.0.0-alpha1~2031 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4aeee0459255fc6d56fca0c4c572d2a026d2fc7;p=profile%2Fivi%2Fqtdeclarative.git Document stops as default property of Gradient This will hopefully be copied to the QtQuick2 item when we write docs for them. Task-number: QTBUG-16045 Change-Id: I427b468630b59bd4bd6eca907ab12a66ee219d29 Reviewed-on: http://codereview.qt.nokia.com/2320 Reviewed-by: Qt Sanity Bot Reviewed-by: Martin Jones --- diff --git a/src/qtquick1/graphicsitems/qdeclarativerectangle.cpp b/src/qtquick1/graphicsitems/qdeclarativerectangle.cpp index fe324ca..4eb8a96 100644 --- a/src/qtquick1/graphicsitems/qdeclarativerectangle.cpp +++ b/src/qtquick1/graphicsitems/qdeclarativerectangle.cpp @@ -169,6 +169,8 @@ void QDeclarative1GradientStop::updateGradient() /*! \qmlproperty list QtQuick1::Gradient::stops + \default + This property holds the gradient stops describing the gradient. By default, this property contains an empty list.