diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2025-12-01 09:29:44 +0100 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2025-12-02 01:37:07 +0100 |
| commit | 73d9a99275f3347c73ad6be7f79efa323c37408e (patch) | |
| tree | 0ebfdca710fa22172cf6c83ae37c12c55dade516 /src | |
| parent | 7657f29027867d21a75c29d641d15a8ee6d92d18 (diff) | |
[docs] QMatrix4x4: fix a typo in the documentation of fill()
Amends the start of the public history.
Pick-to: 6.10 6.8 6.5
Change-Id: I6773339a66806b07984fdc4772fa563891d53b0e
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
| -rw-r--r-- | src/gui/math3d/qmatrix4x4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp index 147807cd293..f6a06fd47ca 100644 --- a/src/gui/math3d/qmatrix4x4.cpp +++ b/src/gui/math3d/qmatrix4x4.cpp @@ -241,7 +241,7 @@ QMatrix4x4::QMatrix4x4(const QTransform& transform) /*! \fn void QMatrix4x4::fill(float value) - Fills all elements of this matrx with \a value. + Fills all elements of this matrix with \a value. */ static inline double matrixDet2(const double m[4][4], int col0, int col1, int row0, int row1) |
