Doc: replace QFileInfo::created with birthTime

Change-Id: Ia497febcbf28e4b3babe50fc6f05e12f3d686b91
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Mauro Persano 2020-03-13 21:40:34 -03:00
parent fcbbe7ff21
commit d535dfea1f
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ QDateTime &QFileInfoPrivate::getFileTime(QAbstractFileEngine::FileTime request)
info objects, just append one to the file name given to the constructors
or setFile().
The file's dates are returned by created(), lastModified(), lastRead() and
The file's dates are returned by birthTime(), lastModified(), lastRead() and
fileTime(). Information about the file's access permissions is
obtained with isReadable(), isWritable() and isExecutable(). The
file's ownership is available from owner(), ownerId(), group() and