FileUtils: Recover deleted comment

It was deleted in 52ed384549. Not sure why.

Change-Id: Iccc1716e2fa994f649f5ac37f2288d1c6c44cb28
Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
Orgad Shaneh
2017-08-24 08:09:37 +03:00
committed by Orgad Shaneh
parent 70b37058b8
commit f974fb4964

View File

@@ -210,7 +210,9 @@ bool FileUtils::isFileNewerThan(const FileName &filePath, const QDateTime &timeS
/*!
Recursively resolves symlinks if \a filePath is a symlink.
To resolve symlinks anywhere in the path, see canonicalPath
To resolve symlinks anywhere in the path, see canonicalPath.
Unlike QFileInfo::canonicalFilePath(), this function will still return the expected deepest
target file even if the symlink is dangling.
\note Maximum recursion depth == 16.