From 3e0d24ded3bce7fac1241cb8452b90ab067f1696 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 10 Jan 2018 14:25:34 +0100 Subject: doc: Add missing template clauses in qmatrix4x4.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a few missing template clauses to member functions and friends. Change-Id: Ie5ca557ddcc1dfd90ef5e80fc4e8213dfb32a03c Reviewed-by: Topi Reiniƶ --- src/gui/math3d/qmatrix4x4.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp index d016f07522..045fa210c4 100644 --- a/src/gui/math3d/qmatrix4x4.cpp +++ b/src/gui/math3d/qmatrix4x4.cpp @@ -126,7 +126,7 @@ QMatrix4x4::QMatrix4x4(const float *values) */ /*! - \fn QMatrix4x4::QMatrix4x4(const QGenericMatrix& matrix) + \fn template QMatrix4x4::QMatrix4x4(const QGenericMatrix& matrix) Constructs a 4x4 matrix from the left-most 4 columns and top-most 4 rows of \a matrix. If \a matrix has less than 4 columns or rows, @@ -146,7 +146,7 @@ QMatrix4x4::QMatrix4x4(const float *values) */ /*! - \fn QMatrix4x4 qGenericMatrixToMatrix4x4(const QGenericMatrix& matrix) + \fn template QMatrix4x4 qGenericMatrixToMatrix4x4(const QGenericMatrix& matrix) \relates QMatrix4x4 \obsolete -- cgit v1.2.3