summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2023-03-01 12:42:12 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-01 16:20:51 +0000
commita582295604571ac1d43ef301992579e3ef67c3d4 (patch)
tree7e97f9e9cfcb857a4dc9c1a06bfc8ca42c7eda71
parent65843a6c92b0cf903f0de527a59aacf5d6e2e3f2 (diff)
downloadqtbase-a582295604571ac1d43ef301992579e3ef67c3d4.tar.gz
Android: document limitation for QFile::copy() operation for content uri
Document that the operation is not supported. Task-number: QTBUG-98974 Change-Id: I1faacb7af7e11943d6da62313ed104fda063d30d Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 7af39be05295c5743d04ef83468a0d250141b145) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/io/qfile.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index 9f6c0a7b66..ec67ca6f48 100644
--- a/src/corelib/io/qfile.cpp
+++ b/src/corelib/io/qfile.cpp
@@ -734,6 +734,9 @@ QFile::link(const QString &fileName, const QString &linkName)
\include qfile-copy.qdocinc
+ \note On Android, this operation is not yet supported for \c content
+ scheme URIs.
+
\sa setFileName()
*/
@@ -844,6 +847,9 @@ QFile::copy(const QString &newName)
\include qfile-copy.qdocinc
+ \note On Android, this operation is not yet supported for \c content
+ scheme URIs.
+
\sa rename()
*/