From 348ac43821ad3b0251d383d82fb02b8ab52ddbeb Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Tue, 3 Feb 2015 00:12:29 +0400 Subject: [QMath3D] Add public c-tors that do not initialize the contents Change-Id: I1a28766451e6750986a239c989e7f30c14479057 Reviewed-by: Lars Knoll Reviewed-by: Friedemann Kleint --- src/gui/math3d/qvector4d.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gui/math3d/qvector4d.cpp') diff --git a/src/gui/math3d/qvector4d.cpp b/src/gui/math3d/qvector4d.cpp index b6d239e5ea..93db3a7969 100644 --- a/src/gui/math3d/qvector4d.cpp +++ b/src/gui/math3d/qvector4d.cpp @@ -62,6 +62,14 @@ QT_BEGIN_NAMESPACE Constructs a null vector, i.e. with coordinates (0, 0, 0, 0). */ +/*! + \fn QVector4D::QVector4D(Qt::Initialization) + \since 5.5 + \internal + + Constructs a vector without initializing the contents. +*/ + /*! \fn QVector4D::QVector4D(float xpos, float ypos, float zpos, float wpos) -- cgit v1.2.3