summaryrefslogtreecommitdiffstats
path: root/src
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 18:49:34 +0000
commitd2e3be60ec7cd937d8a128e4648a0b825411610b (patch)
tree76dc822f3dd9b1d687476cbbc901cbaf2602712f /src
parent6964c01d154f19fb11691d248d9f1ed680f9cd6d (diff)
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>
Diffstat (limited to 'src')
-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 b447f45676..00948251b1 100644
--- a/src/corelib/io/qfile.cpp
+++ b/src/corelib/io/qfile.cpp
@@ -761,6 +761,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()
*/
@@ -869,6 +872,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()
*/