1 --- qt-everywhere-src-5.15.3/qtbase/src/corelib/io/qstandardpaths_unix.cpp Thu Mar 18 23:29:29 2021
2 +++ qt-everywhere-src-5.15.3_patched/qtbase/src/corelib/io/qstandardpaths_unix.cpp Tue Mar 22 08:38:50 2022
5 if (permissions & QFile::ExeOther)
7 - return '0' + QByteArray::number(perms, 8);
8 + return '0' + QByteArray::number((uint)perms, 8);
11 static bool checkXdgRuntimeDir(const QString &xdgRuntimeDir)