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:
parent
16cce399d2
commit
eb8cda8ee8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user