From eb8cda8ee8804b66c1d202d6c3a15464ad084039 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 22 Aug 2023 10:42:31 -0700 Subject: [PATCH] Doc: add missing docs for QFileInfo::filesystemReadSymLink() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-116351 Change-Id: Ifa1111900d6945ea8e05fffd177dc57774db65cf Reviewed-by: Kai Köhne (cherry picked from commit 306d32fdd3633213c9c2bf8dc79b99deb7123646) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/io/qfileinfo.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp index aa1bde6a4a2..829ea65dbff 100644 --- a/src/corelib/io/qfileinfo.cpp +++ b/src/corelib/io/qfileinfo.cpp @@ -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