summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2012-11-22 12:23:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 23:57:56 +0100
commit14fcddc33663cee6d6bd172c8ea9a4a71ea93d59 (patch)
tree2af63cd6d7126d7ff5ba3a2f9850da0b74c10b38 /src/corelib/mimetypes
parent26bb73c2abc402952131e55850041b055d8a38f7 (diff)
QMimeType: don't document the constructor that takes a Private class
Change-Id: I238e1eca6938deb728085a5416220230d9e751c7 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib/mimetypes')
-rw-r--r--src/corelib/mimetypes/qmimetype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/mimetypes/qmimetype.cpp b/src/corelib/mimetypes/qmimetype.cpp
index 9aedb85708..2efac4b6fb 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))