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
parent
1f6e461533
commit
9508ea4c50
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue