diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-27 10:18:51 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-27 10:18:51 (GMT) |
commit | 14b772b03e0c1f5bcd5f7c25d0ae35593a9f6427 (patch) | |
tree | 944de9d86dc537658473b3b2bf9efb0ceea58516 /src/gui/painting/qmatrix.cpp | |
parent | 1ba51aebe818746c13c58fda8e9c8cf4f73ea1ba (diff) | |
download | Qt-14b772b03e0c1f5bcd5f7c25d0ae35593a9f6427.zip Qt-14b772b03e0c1f5bcd5f7c25d0ae35593a9f6427.tar.gz Qt-14b772b03e0c1f5bcd5f7c25d0ae35593a9f6427.tar.bz2 |
Doc: Obsolete QMatrix and QPainter APIs using it.
QTransform and respective APIs should be used. Still some changes required
- Some references to QMatrix left in documentation
- Qt code uses QMatrix APIs (ie translationX)
Reviewed-by: Samuel
Diffstat (limited to 'src/gui/painting/qmatrix.cpp')
-rw-r--r-- | src/gui/painting/qmatrix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/qmatrix.cpp b/src/gui/painting/qmatrix.cpp index bc08235..39f4d95 100644 --- a/src/gui/painting/qmatrix.cpp +++ b/src/gui/painting/qmatrix.cpp @@ -55,6 +55,7 @@ QT_BEGIN_NAMESPACE \class QMatrix \brief The QMatrix class specifies 2D transformations of a coordinate system. + \obsolete \ingroup multimedia |