From c1086e1fa74d4c6a39c769390830acad9ac8bf46 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 7 Jan 2021 23:21:12 +0200 Subject: Android: document the supported clipboard mimetypes Fixes: QTBUG-82477 Pick-to: 5.15 6.2 6.3 6.4 Change-Id: I31a48acbf5cadc18dfe1fe9a54243b710f4f280c Reviewed-by: Andy Shaw --- src/gui/kernel/qclipboard.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/kernel/qclipboard.cpp') diff --git a/src/gui/kernel/qclipboard.cpp b/src/gui/kernel/qclipboard.cpp index 9a6ead05b6..e0e2b5d863 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 */ -- cgit v1.2.3