Correct QPainter::setPen() documentation.

The default pen width is 1 as of Qt 5.

Task-number: QTBUG-37277

Change-Id: I5b7b9c2019bd0e812384e67812b7bcfde37d0b53
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
bb10
Mitch Curtis 2014-03-19 15:48:08 +01:00 committed by The Qt Project
parent 1f6e461533
commit 9508ea4c50
1 changed files with 1 additions and 1 deletions

View File

@ -3828,7 +3828,7 @@ Qt::BGMode QPainter::backgroundMode() const
/*!
\overload
Sets the painter's pen to have style Qt::SolidLine, width 0 and the
Sets the painter's pen to have style Qt::SolidLine, width 1 and the
specified \a color.
*/