From d726a463e7491ebd27a62d34be7b38cbcb4465bd Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 7 Jan 2021 23:21:12 +0200 Subject: [PATCH] Android: document the supported clipboard mimetypes Fixes: QTBUG-82477 Change-Id: I31a48acbf5cadc18dfe1fe9a54243b710f4f280c Reviewed-by: Andy Shaw (cherry picked from commit c1086e1fa74d4c6a39c769390830acad9ac8bf46) Reviewed-by: Qt Cherry-pick Bot --- src/gui/kernel/qclipboard.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/kernel/qclipboard.cpp b/src/gui/kernel/qclipboard.cpp index 9a6ead05b65..e0e2b5d8633 100644 --- a/src/gui/kernel/qclipboard.cpp +++ b/src/gui/kernel/qclipboard.cpp @@ -103,6 +103,10 @@ using namespace Qt::StringLiterals; \endlist + \section1 Notes for Android Users + + On Android only these mime types are supported: text/plain, text/html, and text/uri-list. + \sa QGuiApplication */