summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qmatrix.cpp
diff options
context:
space:
mode:
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