summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-09-20 10:56:38 +0200
committerLuca Di Sera <luca.disera@qt.io>2021-09-21 12:51:06 +0200
commit28157cf24e168cbfa9eac7bdc8f066f435329544 (patch)
treea56a2f02df422e9bc1ae2e94dc9ff9c9f08d3e4f
parentb362279e86149529001d33bb2082944ab9cd0cb9 (diff)
Doc: Repair broken link to the XDND protocol
The documentation for QTGUI's `Drag and Drop` links to the XDND protocol, which is used to manage Drag and Drop on X11. The previous link seems to have been broken for a few years and was thus replaced with a link to XDND on Jhon Lindal's site, who is the author of the protocol. Task-number: QTBUG-96127 Pick-to: 6.2 6.2.0 Change-Id: Ia46b10c7461129491934eb74355f107f96e04383 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/gui/doc/src/dnd.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc
index 35bb47fdb6..a374ff00e8 100644
--- a/src/gui/doc/src/dnd.qdoc
+++ b/src/gui/doc/src/dnd.qdoc
@@ -393,7 +393,7 @@
\section1 Interoperating with Other Applications
- On X11, the public \l{http://www.newplanetsoftware.com/xdnd/}{XDND
+ On X11, the public \l{https://johnlindal.wixsite.com/xdnd}{XDND
protocol} is used, while on Windows Qt uses the OLE standard, and
Qt for \macos uses the Cocoa Drag Manager. On X11, XDND uses MIME,
so no translation is necessary. The Qt API is the same regardless of