summaryrefslogtreecommitdiffstats
path: root/src/gui/doc
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2022-05-28 18:56:46 +0100
committerLaszlo Papp <lpapp@kde.org>2022-05-30 20:57:51 +0100
commit51ac14a4f71616425297f67a36bb558a50b34a11 (patch)
tree0613dca9dd0977a04aa7b5056c65aa7fd1ec96f4 /src/gui/doc
parent7ecbac21ff7cef1d2885443fcdb1c0b3464f8442 (diff)
Drag and Drop: Fix the broken XDND protocol link
Change-Id: I74b985d9198223891bb977e367f1265bfc148f95 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/gui/doc')
-rw-r--r--src/gui/doc/src/dnd.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc
index 1e7a1a988f..a8c5b8437c 100644
--- a/src/gui/doc/src/dnd.qdoc
+++ b/src/gui/doc/src/dnd.qdoc
@@ -369,14 +369,14 @@
\section1 Interoperating with Other Applications
- 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
- the platform. On Windows, MIME-aware applications can communicate by
- using clipboard format names that are MIME types. Already some
- Windows applications use MIME naming conventions for their
- clipboard formats.
+ On X11, the public
+ \l{https://freedesktop.org/wiki/Specifications/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 the platform. On Windows, MIME-aware
+ applications can communicate by using clipboard format names that are MIME
+ types. Already some Windows applications use MIME naming conventions for
+ their clipboard formats.
Custom classes for translating proprietary clipboard formats can be
registered by reimplementing QWinMime on Windows or