From 70115a81075da9f50849b50dc37a333a18498c2d Mon Sep 17 00:00:00 2001 From: Venu Date: Tue, 26 Mar 2013 12:50:41 +0100 Subject: Doc: Corrected a typo in the constructor documentation. Task-number: QTBUG-30162 Change-Id: I2db9ae7b5bab82cf4b65dc35bcb904ffbfb9e115 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Jerome Pasion Reviewed-by: Martin Smith --- src/gui/math3d/qvector2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/math3d/qvector2d.cpp b/src/gui/math3d/qvector2d.cpp index 5710ee273a..784297ca70 100644 --- a/src/gui/math3d/qvector2d.cpp +++ b/src/gui/math3d/qvector2d.cpp @@ -68,7 +68,7 @@ QT_BEGIN_NAMESPACE /*! \fn QVector2D::QVector2D() - Constructs a null vector, i.e. with coordinates (0, 0, 0). + Constructs a null vector, i.e. with coordinates (0, 0). */ /*! -- cgit v1.2.3