Add a note on symlink behavior of QFile::exists
Change-Id: I41ede0536f1b7093a7cde3d74a5e221df413aeea Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
aef44c7970
commit
4c709fb391
|
|
@ -421,6 +421,9 @@ QFile::exists() const
|
|||
/*!
|
||||
Returns true if the file specified by \a fileName exists; otherwise
|
||||
returns false.
|
||||
|
||||
\note If \a fileName is a symlink that points to a non-existing
|
||||
file, false is returned.
|
||||
*/
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue