Correct QPainter::clipPath() documentation.

Change-Id: Ie8ea01eee23e28378eadca0e87dc89fd62aec14f
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
This commit is contained in:
Mitch Curtis 2014-10-17 10:59:37 +02:00 committed by Mitch Curtis
parent c762c8accc
commit 096d0ef02b

View File

@ -2600,8 +2600,7 @@ QRegion QPainter::clipRegion() const
extern QPainterPath qt_regionToPath(const QRegion &region);
/*!
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