From 14fcddc33663cee6d6bd172c8ea9a4a71ea93d59 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 22 Nov 2012 12:23:29 +0100 Subject: [PATCH] QMimeType: don't document the constructor that takes a Private class Change-Id: I238e1eca6938deb728085a5416220230d9e751c7 Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Lars Knoll --- src/corelib/mimetypes/qmimetype.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/mimetypes/qmimetype.cpp b/src/corelib/mimetypes/qmimetype.cpp index 9aedb857084..2efac4b6fb8 100644 --- a/src/corelib/mimetypes/qmimetype.cpp +++ b/src/corelib/mimetypes/qmimetype.cpp @@ -140,6 +140,7 @@ QMimeType &QMimeType::operator=(const QMimeType &other) /*! \fn QMimeType::QMimeType(const QMimeTypePrivate &dd); Assigns the data of the QMimeTypePrivate \a dd to this QMimeType object, and returns a reference to this object. + \internal */ QMimeType::QMimeType(const QMimeTypePrivate &dd) : d(new QMimeTypePrivate(dd))