From: Hannah von Reth Date: Mon, 14 Dec 2020 12:35:05 +0000 (+0100) Subject: Add todo for Qt 5.15 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~446^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=713a429675dad8ae8e6cddfa0737b1da8223b164;p=nextcloud-desktop.git Add todo for Qt 5.15 --- diff --git a/src/common/filesystembase.cpp b/src/common/filesystembase.cpp index 9914c1a7e..c42c8f700 100644 --- a/src/common/filesystembase.cpp +++ b/src/common/filesystembase.cpp @@ -372,6 +372,7 @@ bool FileSystem::remove(const QString &fileName, QString *errorString) bool FileSystem::moveToTrash(const QString &fileName, QString *errorString) { + // TODO: Qt 5.15 bool QFile::moveToTrash() #if defined Q_OS_UNIX && !defined Q_OS_MAC QString trashPath, trashFilePath, trashInfoPath; QString xdgDataHome = QFile::decodeName(qgetenv("XDG_DATA_HOME"));