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:
Jeremy Katz 2012-08-21 16:48:36 +02:00 committed by Qt by Nokia
parent 75901712f0
commit a0c017d83f

View File

@ -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
{