mirror of https://github.com/qt/qtbase.git
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:
parent
65d553ce52
commit
2fa29b00ca
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue