summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-09-20 10:56:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-21 11:50:03 +0000
commit7c7382902d196d39aeaa8cb80d92873efa1b60eb (patch)
tree3d6d34a3a96abc6753fa733adcca10585c00fb95
parent504df6b135d4ac17aa2290e1aa943d216fb7ef55 (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 Change-Id: Ia46b10c7461129491934eb74355f107f96e04383 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 28157cf24e168cbfa9eac7bdc8f066f435329544) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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