From 7c7382902d196d39aeaa8cb80d92873efa1b60eb Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Mon, 20 Sep 2021 10:56:38 +0200 Subject: 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 (cherry picked from commit 28157cf24e168cbfa9eac7bdc8f066f435329544) Reviewed-by: Qt Cherry-pick Bot --- src/gui/doc/src/dnd.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3