forked from qt-creator/qt-creator
Update mime database from Qt
qtbase/f0f0a5ccb63b367934cc29d6091a782ffc746161 Doc: QtCore: Fix documentation issues Change-Id: Iaf0f3f2d22377a05c4be3ffe21e8bcf595b24ec7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -635,7 +635,7 @@ bool MimeDatabasePrivate::inherits(const QString &mime, const QString &parent)
|
||||
|
||||
\snippet code/src_corelib_mimetype_mimedatabase.cpp 0
|
||||
|
||||
\sa MimeType, {MIME Type Browser Example}
|
||||
\sa MimeType, {MIME Type Browser}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@@ -51,7 +51,7 @@ QString MimeType::suffixFromPattern(const QString &pattern)
|
||||
MIME types can inherit from each other: for instance a C source file is
|
||||
a specific type of plain text file, so text/x-csrc inherits text/plain.
|
||||
|
||||
\sa MimeDatabase, {MIME Type Browser Example}
|
||||
\sa MimeDatabase, {MIME Type Browser}
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user