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:
Eike Ziller
2024-08-30 11:17:30 +02:00
parent 1ab44a2be1
commit f128903f20
2 changed files with 2 additions and 2 deletions

View File

@@ -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}
*/
/*!

View File

@@ -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}
*/
/*!