Doc: add missing docs for QFileInfo::filesystemReadSymLink()

Fixes: QTBUG-116351
Change-Id: Ifa1111900d6945ea8e05fffd177dc57774db65cf
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
(cherry picked from commit 306d32fdd3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Thiago Macieira 2023-08-22 10:42:31 -07:00 committed by Qt Cherry-pick Bot
parent 16cce399d2
commit eb8cda8ee8

View File

@ -1818,6 +1818,13 @@ QDebug operator<<(QDebug dbg, const QFileInfo &fi)
Returns symLinkTarget() as a \c{std::filesystem::path}.
\sa symLinkTarget()
*/
/*!
\fn std::filesystem::path QFileInfo::filesystemReadSymLink() const
\since 6.6
Returns readSymLink() as a \c{std::filesystem::path}.
\sa readSymLink()
*/
/*!
\fn std::filesystem::path QFileInfo::filesystemJunctionTarget() const
\since 6.2