Fix return type documentation of QFileSystemModel::fileName()

Pick-to: 6.2
Pick-to: 5.15
Change-Id: I5de4214766eccd5b0086d1230b4267fb49e1b58f
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
hjk 2021-11-12 12:26:50 +01:00
parent 65d553ce52
commit 2fa29b00ca
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
\fn QIcon QFileSystemModel::fileName(const QModelIndex &index) const
\fn QString QFileSystemModel::fileName(const QModelIndex &index) const
Returns the file name for the item stored in the model under the given
\a index.