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 <andy.shaw@qt.io>
This commit is contained in:
Assam Boudjelthia 2021-01-07 23:21:12 +02:00
parent db09fec6a1
commit c1086e1fa7

View File

@ -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
*/