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>
This commit is contained in:
parent
26bb73c2ab
commit
14fcddc336
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user