summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qmatrix.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-17 14:18:42 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-18 10:26:39 +0200
commit0e341948ae6ab993f9d56f81809e71b8a9cc753d (patch)
treef9cb0a0d1bbc18c650c975e88eb2661a83acb6a6 /src/gui/painting/qmatrix.cpp
parent41b01096ccae8761bb5a0a761780ad48ce7e34ba (diff)
Remove stale documentation.
Change-Id: I85139e0334b648bee0d18129cef9387dcc6c3222 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/gui/painting/qmatrix.cpp')
-rw-r--r--src/gui/painting/qmatrix.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gui/painting/qmatrix.cpp b/src/gui/painting/qmatrix.cpp
index 767706a5bc..41278920cb 100644
--- a/src/gui/painting/qmatrix.cpp
+++ b/src/gui/painting/qmatrix.cpp
@@ -939,14 +939,6 @@ QMatrix &QMatrix::rotate(qreal a)
*/
/*!
- \fn QMatrix QMatrix::invert(bool *invertible) const
-
- Returns an inverted copy of this matrix.
-
- Use the inverted() function instead.
-*/
-
-/*!
Returns an inverted copy of this matrix.
If the matrix is singular (not invertible), the returned matrix is
@@ -1166,18 +1158,6 @@ QDebug operator<<(QDebug dbg, const QMatrix &m)
#endif
/*!
- \fn QRect QMatrix::map(const QRect &rect) const
- \compat
-
- Creates and returns a QRect object that is a copy of the given
- rectangle, mapped into the coordinate system defined by this
- matrix.
-
- Use the mapRect() function instead.
-*/
-
-
-/*!
\fn bool qFuzzyCompare(const QMatrix& m1, const QMatrix& m2)
\relates QMatrix