remove a '.' at the end of \sa that confuses qdoc
Change-Id: I74532ba206a7e869328541599d5f184f18c224f1 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
75901712f0
commit
a0c017d83f
@ -132,7 +132,7 @@ QT_BEGIN_NAMESPACE
|
||||
QGraphicsEffectSource also provides a pixmap() function which creates a
|
||||
pixmap with the source painted into it.
|
||||
|
||||
\sa QGraphicsItem::setGraphicsEffect(), QWidget::setGraphicsEffect().
|
||||
\sa QGraphicsItem::setGraphicsEffect(), QWidget::setGraphicsEffect()
|
||||
*/
|
||||
|
||||
/*!
|
||||
@ -977,7 +977,7 @@ void QGraphicsDropShadowEffect::setOffset(const QPointF &offset)
|
||||
|
||||
By default, the blur radius is 1 pixel.
|
||||
|
||||
\sa color(), offset().
|
||||
\sa color(), offset()
|
||||
*/
|
||||
qreal QGraphicsDropShadowEffect::blurRadius() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user