diff options
author | Kai Köhne <[email protected]> | 2025-01-17 10:59:02 +0100 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2025-01-27 18:44:23 +0100 |
commit | ccc99bcf8bd48e6c01e5db7fd094dc064bbd72f6 (patch) | |
tree | fc49c077f6eb412e911029e91bdb0953450d6254 | |
parent | 9094ad18b0d909f7490dec3451ec7ef9c312f42a (diff) |
Doc: Update external link to freedesktop.org trash specification
Old link gives a 404
Pick-to: 6.9
Change-Id: I3e528a29a6ed2d0d97c3fcf1cf11c441a2882415
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Jaishree Vyas <[email protected]>
-rw-r--r-- | doc/global/externalsites/external-resources.qdoc | 2 | ||||
-rw-r--r-- | src/corelib/io/qfilesystemengine_unix.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/global/externalsites/external-resources.qdoc b/doc/global/externalsites/external-resources.qdoc index 66fe76be813..eb3de0ec310 100644 --- a/doc/global/externalsites/external-resources.qdoc +++ b/doc/global/externalsites/external-resources.qdoc @@ -581,6 +581,6 @@ */ /*! - \externalpage https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html + \externalpage https://specifications.freedesktop.org/trash-spec/1.0/ \title FreeDesktop.org Trash specification version 1.0 */ diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp index d19631b9310..b1e41906e64 100644 --- a/src/corelib/io/qfilesystemengine_unix.cpp +++ b/src/corelib/io/qfilesystemengine_unix.cpp @@ -1265,7 +1265,7 @@ bool QFileSystemEngine::moveFileToTrash(const QFileSystemEntry &, QFileSystemEnt } #else /* - Implementing as per https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html + Implementing as per https://specifications.freedesktop.org/trash-spec/1.0/ */ //static bool QFileSystemEngine::supportsMoveFileToTrash() |