From 6d0b5051a6d20c20fdf4bd199eb9239ce2d56c11 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 3 Nov 2023 12:18:34 +0000 Subject: 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 --- src/gui/math3d/qmatrix4x4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/math3d') 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 QMatrix4x4::toGenericMatrix() const + \fn template QGenericMatrix 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, -- cgit v1.2.3