dfaure requested changes to this revision. dfaure added inline comments. This revision now requires changes to proceed.
INLINE COMMENTS > file_unix.cpp:416 > > -#ifdef Q_OS_LINUX > +#ifdef HAVE_SYS_XATTR_H > static bool isNtfsHidden(const QString &filename) should be #if, not #ifdef. It's always defined, to either 0 or 1. > file_unix.cpp:550 > if (createUDSEntry(filename, QByteArray(ep->d_name), entry, > details)) { > -#ifdef Q_OS_LINUX > +#ifdef HAVE_SYS_XATTR_H > if (isNtfsHidden(filename)) { same REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D11716 To: rominf, #dolphin, kossebau, dfaure Cc: #frameworks, michaelh, ngraham