Fix typo in note on symlink behavior of QFileInfo::exists
Change-Id: Iacd957cd9cd04e9153efd826bb42d872f8963f75 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
This commit is contained in:
parent
1119eb5742
commit
52b827d11b
@ -650,8 +650,8 @@ bool QFileInfo::makeAbsolute()
|
||||
/*!
|
||||
Returns true if the file exists; otherwise returns false.
|
||||
|
||||
\note If the file is a symlink that points to a non existing
|
||||
file, false is returned.
|
||||
\note If the file is a symlink that points to a non-existing
|
||||
file, false is returned.
|
||||
*/
|
||||
bool QFileInfo::exists() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user