diff options
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 12c7929047..34e22a30b8 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -2597,8 +2597,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 |