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

Fixes: QTBUG-116351
Pick-to: 6.6
Change-Id: Ifa1111900d6945ea8e05fffd177dc57774db65cf
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
Thiago Macieira 2023-08-22 10:42:31 -07:00
parent 394602a80a
commit 306d32fdd3

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