summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-11-03 12:18:34 +0000
committerLuca Di Sera <luca.disera@qt.io>2023-11-18 13:02:07 +0100
commit6d0b5051a6d20c20fdf4bd199eb9239ce2d56c11 (patch)
tree7e82ff8d022a4a21739f35bdbc3602bb7d4b215a /src/gui/math3d
parent94bf53cc5fefcea3b36cad25b22b75ce8c0bbfb0 (diff)
Doc: Fix \fn template arguments for Qt Gui
Upcoming changes to QDoc require accurate definition for template arguments in \fn commands. Task-number: QTBUG-118080 Change-Id: I75f8956c5fc094402837f96bd4598b60e3a7c649 Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Diffstat (limited to 'src/gui/math3d')
-rw-r--r--src/gui/math3d/qmatrix4x4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp
index 39625cdfb4..d04a502519 100644
--- a/src/gui/math3d/qmatrix4x4.cpp
+++ b/src/gui/math3d/qmatrix4x4.cpp
@@ -100,7 +100,7 @@ QMatrix4x4::QMatrix4x4(const float *values)
*/
/*!
- \fn QGenericMatrix<N, M, float> QMatrix4x4::toGenericMatrix() const
+ \fn template <int N, int M> QGenericMatrix<N, M, float> QMatrix4x4::toGenericMatrix() const
Constructs a NxM generic matrix from the left-most N columns and
top-most M rows of this 4x4 matrix. If N or M is greater than 4,