dfaure added inline comments.
INLINE COMMENTS
> kfileitem.cpp:816
> // Support for .directory file in directories
> - if (isLocalUrl && isDir() && isDirectoryMounted(url)) {
> + if (isLocalUrl && !d->isSlow() && isDir() && isDirectoryMounted(url)) {
> QUrl u(url);
Shouldn't you check isSlow() at the end of the condition, or at least after
isDir()? This way it wouldn't be checked for non-directories (you say it takes
time...).
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D14689
To: broulik, #frameworks, dfaure, lbeltrame
Cc: kde-frameworks-devel, michaelh, ngraham, bruns