QMimeType: don't document the constructor that takes a Private class
authorDavid Faure <david.faure@kdab.com>
Thu, 22 Nov 2012 11:23:29 +0000 (12:23 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 30 Nov 2012 22:57:56 +0000 (23:57 +0100)
Change-Id: I238e1eca6938deb728085a5416220230d9e751c7
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/corelib/mimetypes/qmimetype.cpp

index 9aedb85..2efac4b 100644 (file)
@@ -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))