summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-01-07 23:21:12 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-07-21 14:54:25 +0000
commitc1086e1fa74d4c6a39c769390830acad9ac8bf46 (patch)
treebdd5b7fd057e17dd18951781789135b8178a0d1f
parentdb09fec6a1e08b05cd832a68e90857376c8e914e (diff)
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>
-rw-r--r--src/gui/kernel/qclipboard.cpp4
1 files changed, 4 insertions, 0 deletions
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
*/