Doc: Corrected a typo in the constructor documentation.

Task-number: QTBUG-30162

Change-Id: I2db9ae7b5bab82cf4b65dc35bcb904ffbfb9e115
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Venu 2013-03-26 12:50:41 +01:00 committed by The Qt Project
parent 28881a91f0
commit 70115a8107

View File

@ -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).
*/
/*!