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 <volker.hilsheimer@qt.io>
Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
This commit is contained in:
Kai Köhne 2025-01-17 10:59:02 +01:00
parent 9094ad18b0
commit ccc99bcf8b
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

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