anthonyfieroni added inline comments. INLINE COMMENTS
> kfileitem.cpp:782 > if (!path.isEmpty()) { > - const KFileSystemType::Type fsType = > KFileSystemType::fileSystemType(path); > - m_slow = (fsType == KFileSystemType::Nfs || fsType == > KFileSystemType::Smb) ? Slow : Fast; > + const auto &mountPoints = KMountPoint::currentMountPoints(); > + auto mp = mountPoints.findByPath(path); I think you wanna use `getMountPoints` REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D26407 To: meven, #frameworks, ngraham, broulik, dfaure Cc: anthonyfieroni, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns