diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:31:15 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-25 13:31:15 (GMT) |
commit | 04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20 (patch) | |
tree | 233708b67a5bd65315fd9d86837da9e038aba4ba /src/gui/painting/qpainterpath.cpp | |
parent | e04323202c2ca99b1ec879d47af25a5d021d7647 (diff) | |
download | Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.zip Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.gz Qt-04a7da1d0dc68d15b3c620e902f1d9cc1e37ef20.tar.bz2 |
Doc: Replace links to obsolete APIs.
Diffstat (limited to 'src/gui/painting/qpainterpath.cpp')
-rw-r--r-- | src/gui/painting/qpainterpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainterpath.cpp b/src/gui/painting/qpainterpath.cpp index 027d5c8..ea86cf5 100644 --- a/src/gui/painting/qpainterpath.cpp +++ b/src/gui/painting/qpainterpath.cpp @@ -3156,7 +3156,7 @@ void QPainterPath::addRoundRect(const QRectF &r, int xRnd, int yRnd) Set operations on paths will treat the paths as areas. Non-closed paths will be treated as implicitly closed. - \sa intersected(), subtracted(), subtractedInverted() + \sa intersected(), subtracted() */ QPainterPath QPainterPath::united(const QPainterPath &p) const { |