doc: Add missing template clauses in qmatrix4x4.cpp
Added a few missing template clauses to member functions and friends. Change-Id: Ie5ca557ddcc1dfd90ef5e80fc4e8213dfb32a03c Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
a0eb5c3b32
commit
3e0d24ded3
@ -126,7 +126,7 @@ QMatrix4x4::QMatrix4x4(const float *values)
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QMatrix4x4::QMatrix4x4(const QGenericMatrix<N, M, float>& matrix)
|
||||
\fn template <int N, int M> QMatrix4x4::QMatrix4x4(const QGenericMatrix<N, M, float>& 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<N, M, float>& matrix)
|
||||
\fn template <int N, int M> QMatrix4x4 qGenericMatrixToMatrix4x4(const QGenericMatrix<N, M, float>& matrix)
|
||||
\relates QMatrix4x4
|
||||
\obsolete
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user