aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrectangle.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2013-10-01 13:03:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-02 14:40:01 +0200
commit4706b1ceff9af9141044ed3cf020ce5624bfa40f (patch)
tree43672217a945512ddd1704468d1fd4b6e9c153c7 /src/quick/items/qquickrectangle.cpp
parent4f50ab594aa2fb1d38981127beca634ad3396489 (diff)
qdoc: no longer recognizes the version nr in QML refs
All QML references of the form <QML-module-name><QML-module-version>::<QML-type>::<member-name> have had the <QML-module-version> removed i. Task-number: QTBUG-33776 Change-Id: Idde279e0f254cd24ea44f9841662dd81a2c5bbc6 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/quick/items/qquickrectangle.cpp')
-rw-r--r--src/quick/items/qquickrectangle.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/quick/items/qquickrectangle.cpp b/src/quick/items/qquickrectangle.cpp
index f36e511e62..dd482eddb7 100644
--- a/src/quick/items/qquickrectangle.cpp
+++ b/src/quick/items/qquickrectangle.cpp
@@ -138,8 +138,8 @@ bool QQuickPen::isValid() const
*/
/*!
- \qmlproperty real QtQuick2::GradientStop::position
- \qmlproperty color QtQuick2::GradientStop::color
+ \qmlproperty real QtQuick::GradientStop::position
+ \qmlproperty color QtQuick::GradientStop::color
The position and color properties describe the color used at a given
position in a gradient, as represented by a gradient stop.
@@ -232,7 +232,7 @@ void QQuickGradientStop::updateGradient()
*/
/*!
- \qmlproperty list<GradientStop> QtQuick2::Gradient::stops
+ \qmlproperty list<GradientStop> QtQuick::Gradient::stops
\default
This property holds the gradient stops describing the gradient.
@@ -321,8 +321,8 @@ void QQuickRectangle::doUpdate()
}
/*!
- \qmlproperty int QtQuick2::Rectangle::border.width
- \qmlproperty color QtQuick2::Rectangle::border.color
+ \qmlproperty int QtQuick::Rectangle::border.width
+ \qmlproperty color QtQuick::Rectangle::border.color
The width and color used to draw the border of the rectangle.
@@ -340,7 +340,7 @@ QQuickPen *QQuickRectangle::border()
}
/*!
- \qmlproperty Gradient QtQuick2::Rectangle::gradient
+ \qmlproperty Gradient QtQuick::Rectangle::gradient
The gradient to use to fill the rectangle.
@@ -388,7 +388,7 @@ void QQuickRectangle::resetGradient()
}
/*!
- \qmlproperty real QtQuick2::Rectangle::radius
+ \qmlproperty real QtQuick::Rectangle::radius
This property holds the corner radius used to draw a rounded rectangle.
If radius is non-zero, the rectangle will be painted as a rounded rectangle, otherwise it will be
@@ -413,7 +413,7 @@ void QQuickRectangle::setRadius(qreal radius)
}
/*!
- \qmlproperty color QtQuick2::Rectangle::color
+ \qmlproperty color QtQuick::Rectangle::color
This property holds the color used to fill the rectangle.
The default color is white.