fix "No such ..." for QMimaeDatabase::mimeTypeForFile()

Change-Id: Ife8e361524ac324ce2cfb20d952db5be042fecc1
Reviewed-by: David Faure <faure@kde.org>
bb10
Jeremy Katz 2012-07-19 02:44:43 +02:00 committed by Qt by Nokia
parent b8e658d169
commit 2d504d01dc
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ QMimeType QMimeDatabase::mimeTypeForName(const QString &nameOrAlias) const
file contents are used to determine the MIME type. This is equivalent to
calling mimeTypeForData with a QFile as input device.
In all cases, the \a fileName can also include an absolute or relative path.
\a fileInfo may refer to an absolute or relative path.
\sa isDefault, mimeTypeForData
*/