summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qgenericmatrix.cpp
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-06-02 05:10:43 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-06-02 05:10:43 (GMT)
commit63fba94e074c29f17e35c7cf9133d1878b18401f (patch)
tree3e084826b106dffe1f6eab60fd86b669b810d187 /src/gui/math3d/qgenericmatrix.cpp
parent3245f19f8d3abbcba5fcd9adc3fc984ad4c7ddcb (diff)
downloadQt-63fba94e074c29f17e35c7cf9133d1878b18401f.zip
Qt-63fba94e074c29f17e35c7cf9133d1878b18401f.tar.gz
Qt-63fba94e074c29f17e35c7cf9133d1878b18401f.tar.bz2
Fix signature for QGenericMatrix::fill()
The signature was using qreal, when it should have used T.
Diffstat (limited to 'src/gui/math3d/qgenericmatrix.cpp')
-rw-r--r--src/gui/math3d/qgenericmatrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/math3d/qgenericmatrix.cpp b/src/gui/math3d/qgenericmatrix.cpp
index a77ca42..6ecd878 100644
--- a/src/gui/math3d/qgenericmatrix.cpp
+++ b/src/gui/math3d/qgenericmatrix.cpp
@@ -116,7 +116,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QGenericMatrix::fill(qreal value)
+ \fn void QGenericMatrix::fill(T value)
Fills all elements of this matrix with \a value.
*/