Doc: Update external link to freedesktop.org trash specification

Old link gives a 404

Change-Id: I3e528a29a6ed2d0d97c3fcf1cf11c441a2882415
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
(cherry picked from commit ccc99bcf8bd48e6c01e5db7fd094dc064bbd72f6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2025-01-17 10:59:02 +01:00 committed by Qt Cherry-pick Bot
parent cbdd2d7353
commit 87dc466e29
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1259,7 +1259,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()