diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-15 09:59:49 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-15 10:01:17 (GMT) |
commit | d5750bbf85a234692261df24e99a1c4f427bf287 (patch) | |
tree | af023e777d19c7fea4ce963f95c1dd5937c33454 /src | |
parent | b47c2c37167d8563d9b96bfdc171470cb4b53f9e (diff) | |
download | Qt-d5750bbf85a234692261df24e99a1c4f427bf287.zip Qt-d5750bbf85a234692261df24e99a1c4f427bf287.tar.gz Qt-d5750bbf85a234692261df24e99a1c4f427bf287.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/math3d/qgenericmatrix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/math3d/qgenericmatrix.cpp b/src/gui/math3d/qgenericmatrix.cpp index 19a0f6e..747b012 100644 --- a/src/gui/math3d/qgenericmatrix.cpp +++ b/src/gui/math3d/qgenericmatrix.cpp @@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE But they can be different if the user wants to store elements internally in a fixed-point format for the underlying hardware. - \sa QMatrix4x4, QFixedPt + \sa QMatrix4x4, QFixedPoint */ /*! |