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>
This commit is contained in:
Luca Di Sera 2021-09-20 10:56:38 +02:00
parent b362279e86
commit 28157cf24e

View File

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