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:
parent
394602a80a
commit
306d32fdd3
@ -1818,6 +1818,13 @@ QDebug operator<<(QDebug dbg, const QFileInfo &fi)
|
|||||||
Returns symLinkTarget() as a \c{std::filesystem::path}.
|
Returns symLinkTarget() as a \c{std::filesystem::path}.
|
||||||
\sa symLinkTarget()
|
\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
|
\fn std::filesystem::path QFileInfo::filesystemJunctionTarget() const
|
||||||
\since 6.2
|
\since 6.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user