Docs: tag newly added QFile and QFileInfo APIs as \since 5.15

Change-Id: I7d8605221a28cd05b4ebdbf20adf00ec3e121b58
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-02-06 10:48:40 +01:00
parent d37f58e75b
commit d75d22f785
2 changed files with 5 additions and 0 deletions

View File

@ -552,6 +552,8 @@ QFile::remove(const QString &fileName)
}
/*!
\since 5.15
Moves the file specified by fileName() to the trash. Returns \c true if successful,
and sets the fileName() to the path at which the file can be found within the trash;
otherwise returns \c false.
@ -586,6 +588,7 @@ QFile::moveToTrash()
}
/*!
\since 5.15
\overload
Moves the file specified by fileName() to the trash. Returns \c true if successful,

View File

@ -1147,6 +1147,8 @@ bool QFileInfo::isShortcut() const
/*!
\since 5.15
Returns \c true if the object points to a junction;
otherwise returns \c false.