Fix typo in QGraphicsTextItem::defaultTextColor() documentation.

Change-Id: I6e255483d63a3024d9cbfe09a12f33d7fddf36c0
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2014-06-09 14:06:08 +02:00 committed by The Qt Project
parent 8480ddbe60
commit 7da3228abb

View File

@ -9911,7 +9911,7 @@ void QGraphicsTextItem::setDefaultTextColor(const QColor &col)
}
/*!
Returns the default text color that is used to for unformatted text.
Returns the default text color that is used for unformatted text.
*/
QColor QGraphicsTextItem::defaultTextColor() const
{