Correct QPainter::clipPath() documentation.
Change-Id: Ie8ea01eee23e28378eadca0e87dc89fd62aec14f Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
This commit is contained in:
parent
c762c8accc
commit
096d0ef02b
@ -2600,8 +2600,7 @@ QRegion QPainter::clipRegion() const
|
||||
extern QPainterPath qt_regionToPath(const QRegion ®ion);
|
||||
|
||||
/*!
|
||||
Returns the currently clip as a path. Note that the clip path is
|
||||
given in logical coordinates.
|
||||
Returns the current clip path in logical coordinates.
|
||||
|
||||
\warning QPainter does not store the combined clip explicitly as
|
||||
this is handled by the underlying QPaintEngine, so the path is
|
||||
|
Loading…
Reference in New Issue
Block a user