Comment 4 for bug 1980001

Revision history for this message
ronso0 (ronso0) wrote : Re: Delete Files - Remove File window compes and don't close it's self

QFile::moveToTrash is only supported in Qt 5.15 and newer.

IIRC (someone correct me if I'm wrong) we wait for the first point release of the current Ubuntu LTS (22.04.1) in order to drop support for Ubuntu 20.04 which is the only operating system that requires supporting Qt 5.12, and use Qt 5.15+
https://wiki.ubuntu.com/Releases#Future

We could as well add it now with Qt version switches, but then we wouldn't have a consistent implementation on all supported OS :|