From e6ddae07e1e571a7a6e0c531b961dbddcd217643 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 19 May 2015 15:03:12 +0200 Subject: Doc:added doc to undocumented functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-36985 Change-Id: Ic358682b276d67ef804f727bcf14191718613469 Reviewed-by: Topi Reiniƶ --- src/gui/math3d/qgenericmatrix.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gui/math3d') diff --git a/src/gui/math3d/qgenericmatrix.cpp b/src/gui/math3d/qgenericmatrix.cpp index 7b46bb452c..2c9dfd8bb5 100644 --- a/src/gui/math3d/qgenericmatrix.cpp +++ b/src/gui/math3d/qgenericmatrix.cpp @@ -68,12 +68,6 @@ QT_BEGIN_NAMESPACE Constructs a NxM matrix without initializing the contents. */ -/*! - \fn QGenericMatrix::QGenericMatrix(const QGenericMatrix& other) - - Constructs a copy of \a other. -*/ - /*! \fn QGenericMatrix::QGenericMatrix(const T *values) -- cgit v1.2.3