From 7af39be05295c5743d04ef83468a0d250141b145 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Wed, 1 Mar 2023 12:42:12 +0200 Subject: [PATCH] Android: document limitation for QFile::copy() operation for content uri Document that the operation is not supported. Pick-to: 6.5 6.4 6.2 5.15 Task-number: QTBUG-98974 Change-Id: I1faacb7af7e11943d6da62313ed104fda063d30d Reviewed-by: Rami Potinkara Reviewed-by: Nicholas Bennett --- src/corelib/io/qfile.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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() */