summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qgenericmatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/math3d/qgenericmatrix.cpp')
-rw-r--r--src/gui/math3d/qgenericmatrix.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/math3d/qgenericmatrix.cpp b/src/gui/math3d/qgenericmatrix.cpp
index a05a47fa54..e0ae71d3fc 100644
--- a/src/gui/math3d/qgenericmatrix.cpp
+++ b/src/gui/math3d/qgenericmatrix.cpp
@@ -273,7 +273,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix2x2 type defines a convenient instantiation of the
- QGenericMatrix template for 2 columns, 2 rows, and qreal as
+ QGenericMatrix template for 2 columns, 2 rows, and float as
the element type.
*/
@@ -282,7 +282,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix2x3 type defines a convenient instantiation of the
- QGenericMatrix template for 2 columns, 3 rows, and qreal as
+ QGenericMatrix template for 2 columns, 3 rows, and float as
the element type.
*/
@@ -291,7 +291,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix2x4 type defines a convenient instantiation of the
- QGenericMatrix template for 2 columns, 4 rows, and qreal as
+ QGenericMatrix template for 2 columns, 4 rows, and float as
the element type.
*/
@@ -300,7 +300,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix3x2 type defines a convenient instantiation of the
- QGenericMatrix template for 3 columns, 2 rows, and qreal as
+ QGenericMatrix template for 3 columns, 2 rows, and float as
the element type.
*/
@@ -309,7 +309,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix3x3 type defines a convenient instantiation of the
- QGenericMatrix template for 3 columns, 3 rows, and qreal as
+ QGenericMatrix template for 3 columns, 3 rows, and float as
the element type.
*/
@@ -318,7 +318,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix3x4 type defines a convenient instantiation of the
- QGenericMatrix template for 3 columns, 4 rows, and qreal as
+ QGenericMatrix template for 3 columns, 4 rows, and float as
the element type.
*/
@@ -327,7 +327,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix4x2 type defines a convenient instantiation of the
- QGenericMatrix template for 4 columns, 2 rows, and qreal as
+ QGenericMatrix template for 4 columns, 2 rows, and float as
the element type.
*/
@@ -336,7 +336,7 @@ QT_BEGIN_NAMESPACE
\relates QGenericMatrix
The QMatrix4x3 type defines a convenient instantiation of the
- QGenericMatrix template for 4 columns, 3 rows, and qreal as
+ QGenericMatrix template for 4 columns, 3 rows, and float as
the element type.
*/