kf6-kio: drop obsolete previewjob Q_OS_REDOX guard (WITH_SHM path removed upstream in 6.28)

This commit is contained in:
2026-08-01 00:27:50 +03:00
parent 9bb82036d5
commit 423f3b825e
@@ -14,7 +14,7 @@
#include "standardthumbnailjob_p.h"
#include "statjob.h"
#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID) && !defined(Q_OS_HAIKU) && !defined(Q_OS_REDOX)
#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID) && !defined(Q_OS_HAIKU)
#define WITH_SHM 1
#else
#define WITH_SHM 0