kf6-kio: drop obsolete previewjob Q_OS_REDOX guard (WITH_SHM path removed upstream in 6.28)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user